diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib_jit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib_jit.c b/src/lib_jit.c index 7a810ae0..4c9e5119 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c | |||
@@ -706,8 +706,6 @@ static uint32_t jit_cpudetect(lua_State *L) | |||
706 | flags |= JIT_F_ROUND; | 706 | flags |= JIT_F_ROUND; |
707 | #endif | 707 | #endif |
708 | #endif | 708 | #endif |
709 | #elif LJ_TARGET_PPCSPE | ||
710 | /* Nothing to do. */ | ||
711 | #elif LJ_TARGET_MIPS | 709 | #elif LJ_TARGET_MIPS |
712 | #if LJ_HASJIT | 710 | #if LJ_HASJIT |
713 | /* Compile-time MIPS CPU detection. */ | 711 | /* Compile-time MIPS CPU detection. */ |