aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ctype.h')
-rw-r--r--src/lj_ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ctype.h b/src/lj_ctype.h
index f7a7121b..82c4427a 100644
--- a/src/lj_ctype.h
+++ b/src/lj_ctype.h
@@ -243,7 +243,7 @@ typedef struct CTState {
243/* -- Predefined types ---------------------------------------------------- */ 243/* -- Predefined types ---------------------------------------------------- */
244 244
245/* Target-dependent types. */ 245/* Target-dependent types. */
246#if LJ_TARGET_PPC 246#if LJ_TARGET_PPC || LJ_TARGET_PPCSPE
247#define CTTYDEFP(_) \ 247#define CTTYDEFP(_) \
248 _(LINT32, 4, CT_NUM, CTF_LONG|CTALIGN(2)) 248 _(LINT32, 4, CT_NUM, CTF_LONG|CTALIGN(2))
249#else 249#else