diff options
Diffstat (limited to 'src/lj_obj.h')
-rw-r--r-- | src/lj_obj.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_obj.h b/src/lj_obj.h index 52372c3e..c7e47422 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -924,6 +924,9 @@ static LJ_AINLINE void copyTV(lua_State *L, TValue *o1, const TValue *o2) | |||
924 | 924 | ||
925 | #if LJ_SOFTFP | 925 | #if LJ_SOFTFP |
926 | LJ_ASMF int32_t lj_vm_tobit(double x); | 926 | LJ_ASMF int32_t lj_vm_tobit(double x); |
927 | #if LJ_TARGET_MIPS64 | ||
928 | LJ_ASMF int32_t lj_vm_tointg(double x); | ||
929 | #endif | ||
927 | #endif | 930 | #endif |
928 | 931 | ||
929 | static LJ_AINLINE int32_t lj_num2bit(lua_Number n) | 932 | static LJ_AINLINE int32_t lj_num2bit(lua_Number n) |