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

@@ -243,7 +243,7 @@ typedef struct CTState {
/* -- Predefined types ---------------------------------------------------- */
/* Target-dependent types. */
#if LJ_TARGET_PPC
#if LJ_TARGET_PPC || LJ_TARGET_PPCSPE
#define CTTYDEFP(_) \
_(LINT32, 4, CT_NUM, CTF_LONG|CTALIGN(2))
#else