diff -urN uae-0.8.29-orig/src/cpu_prefetch.h uae-0.8.29/src/cpu_prefetch.h --- uae-0.8.29-orig/src/cpu_prefetch.h 1970-01-01 09:00:00 +0900 +++ uae-0.8.29/src/cpu_prefetch.h 2009-06-21 11:57:30 +0900 @@ -0,0 +1,5 @@ +#ifndef CPU_PREFETCH_H +#define CPU_PREFETCH_H +#define get_word_prefetch get_word +#define get_long_prefetch get_long +#endif