diff options
Diffstat (limited to 'src/lib_jit.c')
-rw-r--r-- | src/lib_jit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_jit.c b/src/lib_jit.c index d1f24f52..9b28520d 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c | |||
@@ -598,7 +598,7 @@ static uint32_t jit_cpudetect(lua_State *L) | |||
598 | } | 598 | } |
599 | } | 599 | } |
600 | #endif | 600 | #endif |
601 | #elif LJ_TARGET_PPC | 601 | #elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE |
602 | /* Nothing to do. */ | 602 | /* Nothing to do. */ |
603 | #else | 603 | #else |
604 | #error "Missing CPU detection for this architecture" | 604 | #error "Missing CPU detection for this architecture" |