--- ../uae-0.8.25-orig/src/cpu_prefetch.h 1970-01-01 09:00:00 +0900 +++ src/cpu_prefetch.h 2004-12-03 15:59:41 +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