diff --git a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-translate.cpp b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-translate.cpp index 93336f14..13eb1669 100644 --- a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-translate.cpp +++ b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-translate.cpp @@ -65,7 +65,7 @@ static inline bool is_read_only_memory(uintptr addr) #if defined(x86_64) || defined(__x86_64__) #define TARGET_NATIVE TARGET_AMD64 #endif -#if defined(powerpc) || defined(__powerpc__) +#if defined(powerpc) || defined(__powerpc__) || defined(__ppc__) #define TARGET_NATIVE TARGET_POWERPC #endif