diff options
Diffstat (limited to 'src/lj_carith.c')
-rw-r--r-- | src/lj_carith.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_carith.c b/src/lj_carith.c index bba9f6b9..f1435e1e 100644 --- a/src/lj_carith.c +++ b/src/lj_carith.c | |||
@@ -215,7 +215,7 @@ int lj_carith_op(lua_State *L, MMS mm) | |||
215 | 215 | ||
216 | /* -- 64 bit integer arithmetic helpers ----------------------------------- */ | 216 | /* -- 64 bit integer arithmetic helpers ----------------------------------- */ |
217 | 217 | ||
218 | #if LJ_32 | 218 | #if LJ_32 && LJ_HASJIT |
219 | /* Signed/unsigned 64 bit multiplication. */ | 219 | /* Signed/unsigned 64 bit multiplication. */ |
220 | int64_t lj_carith_mul64(int64_t a, int64_t b) | 220 | int64_t lj_carith_mul64(int64_t a, int64_t b) |
221 | { | 221 | { |