diff options
Diffstat (limited to 'src/lj_carith.h')
-rw-r--r-- | src/lj_carith.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_carith.h b/src/lj_carith.h index faef7a07..c39594ac 100644 --- a/src/lj_carith.h +++ b/src/lj_carith.h | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | LJ_FUNC int lj_carith_op(lua_State *L, MMS mm); | 13 | LJ_FUNC int lj_carith_op(lua_State *L, MMS mm); |
14 | 14 | ||
15 | #if LJ_32 | 15 | #if LJ_32 && LJ_HASJIT |
16 | LJ_FUNC int64_t lj_carith_mul64(int64_t x, int64_t k); | 16 | LJ_FUNC int64_t lj_carith_mul64(int64_t x, int64_t k); |
17 | #endif | 17 | #endif |
18 | LJ_FUNC uint64_t lj_carith_divu64(uint64_t a, uint64_t b); | 18 | LJ_FUNC uint64_t lj_carith_divu64(uint64_t a, uint64_t b); |