diff options
Diffstat (limited to 'src/lib_jit.c')
-rw-r--r-- | src/lib_jit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib_jit.c b/src/lib_jit.c index d4277add..8cb511ca 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c | |||
@@ -614,6 +614,8 @@ static uint32_t jit_cpudetect(lua_State *L) | |||
614 | #endif | 614 | #endif |
615 | #elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE | 615 | #elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE |
616 | /* Nothing to do. */ | 616 | /* Nothing to do. */ |
617 | #elif LJ_TARGET_MIPS | ||
618 | /* NYI */ | ||
617 | #else | 619 | #else |
618 | #error "Missing CPU detection for this architecture" | 620 | #error "Missing CPU detection for this architecture" |
619 | #endif | 621 | #endif |