diff options
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r-- | src/lj_ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h index 68901325..6dee36c6 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h | |||
@@ -255,7 +255,7 @@ typedef struct CCallInfo { | |||
255 | /* Function definitions for CALL* instructions. */ | 255 | /* Function definitions for CALL* instructions. */ |
256 | #if LJ_HASFFI | 256 | #if LJ_HASFFI |
257 | #define IRCALLDEF_FFI(_) \ | 257 | #define IRCALLDEF_FFI(_) \ |
258 | _(lj_cdata_powi64, 3, N, U64, CCI_NOFPRCLOBBER) | 258 | _(lj_carith_powi64, 3, N, U64, CCI_NOFPRCLOBBER) |
259 | #else | 259 | #else |
260 | #define IRCALLDEF_FFI(_) | 260 | #define IRCALLDEF_FFI(_) |
261 | #endif | 261 | #endif |