diff options
author | Mike Pall <mike> | 2011-07-02 00:45:38 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-07-02 00:45:38 +0200 |
commit | 8addfefb33cfcf32c758c59d34f2d2bbd55a4966 (patch) | |
tree | 4b8cc118c0a57730560b2c11c66a3d8fcb3bb11b /src/lib_jit.c | |
parent | fe1f9137a92ee3c0e89e2f0a0b0abbeddcaf81fd (diff) | |
download | luajit-8addfefb33cfcf32c758c59d34f2d2bbd55a4966.tar.gz luajit-8addfefb33cfcf32c758c59d34f2d2bbd55a4966.tar.bz2 luajit-8addfefb33cfcf32c758c59d34f2d2bbd55a4966.zip |
PPC: Untangle PPC vs. PPCSPE target defines.
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" |