PPC: Untangle PPC vs. PPCSPE target defines.

This commit is contained in:
Mike Pall
2011-07-02 00:45:38 +02:00
parent fe1f9137a9
commit 8addfefb33
4 changed files with 4 additions and 5 deletions

View File

@@ -598,7 +598,7 @@ static uint32_t jit_cpudetect(lua_State *L)
}
}
#endif
#elif LJ_TARGET_PPC
#elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE
/* Nothing to do. */
#else
#error "Missing CPU detection for this architecture"