Add narrowing of modulo operator.

This commit is contained in:
Mike Pall
2011-06-03 18:48:02 +02:00
parent eec28aa9fd
commit 8c5935000d
9 changed files with 76 additions and 16 deletions

View File

@@ -71,6 +71,7 @@ LJ_ASMF double lj_vm_exp2(double);
#define lj_vm_exp2 exp2
#endif
#endif
LJ_ASMF int32_t LJ_FASTCALL lj_vm_modi(int32_t, int32_t);
#endif
/* Continuations for metamethods. */