diff options
author | Mike Pall <mike> | 2011-06-03 18:48:02 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-06-03 18:48:02 +0200 |
commit | 8c5935000d2b9bccd6c563b45c6a893f28986ca5 (patch) | |
tree | 2f530cf0b703350e355f1931679a7ed68503867e /src/lj_vm.h | |
parent | eec28aa9fdf5f733a4f7d2628fc060eac66ab713 (diff) | |
download | luajit-8c5935000d2b9bccd6c563b45c6a893f28986ca5.tar.gz luajit-8c5935000d2b9bccd6c563b45c6a893f28986ca5.tar.bz2 luajit-8c5935000d2b9bccd6c563b45c6a893f28986ca5.zip |
Add narrowing of modulo operator.
Diffstat (limited to 'src/lj_vm.h')
-rw-r--r-- | src/lj_vm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_vm.h b/src/lj_vm.h index 3941dad9..ba624dad 100644 --- a/src/lj_vm.h +++ b/src/lj_vm.h | |||
@@ -71,6 +71,7 @@ LJ_ASMF double lj_vm_exp2(double); | |||
71 | #define lj_vm_exp2 exp2 | 71 | #define lj_vm_exp2 exp2 |
72 | #endif | 72 | #endif |
73 | #endif | 73 | #endif |
74 | LJ_ASMF int32_t LJ_FASTCALL lj_vm_modi(int32_t, int32_t); | ||
74 | #endif | 75 | #endif |
75 | 76 | ||
76 | /* Continuations for metamethods. */ | 77 | /* Continuations for metamethods. */ |