diff options
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r-- | src/lj_iropt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h index daba5296..7ab42b7a 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h | |||
@@ -148,7 +148,7 @@ LJ_FUNC IRType lj_opt_narrow_forl(jit_State *J, cTValue *forbase); | |||
148 | /* Optimization passes. */ | 148 | /* Optimization passes. */ |
149 | LJ_FUNC void lj_opt_dce(jit_State *J); | 149 | LJ_FUNC void lj_opt_dce(jit_State *J); |
150 | LJ_FUNC int lj_opt_loop(jit_State *J); | 150 | LJ_FUNC int lj_opt_loop(jit_State *J); |
151 | #if LJ_HASFFI && LJ_32 | 151 | #if LJ_SOFTFP || (LJ_32 && LJ_HASFFI) |
152 | LJ_FUNC void lj_opt_split(jit_State *J); | 152 | LJ_FUNC void lj_opt_split(jit_State *J); |
153 | #else | 153 | #else |
154 | #define lj_opt_split(J) UNUSED(J) | 154 | #define lj_opt_split(J) UNUSED(J) |