blob: 7d81932f33cedda80504c2c767fa6cd75ce85bbe [file] [log] [blame]
/* This caused an out-of-range address on the MIPS port. */
void foo (char *x) { __builtin_prefetch (x + 0x8000); }