diff options
-rw-r--r-- | src/lj_ir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h index b32bd095..dbfba258 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h | |||
@@ -76,8 +76,8 @@ | |||
76 | \ | 76 | \ |
77 | _(ABS, N , ref, ref) \ | 77 | _(ABS, N , ref, ref) \ |
78 | _(LDEXP, N , ref, ref) \ | 78 | _(LDEXP, N , ref, ref) \ |
79 | _(MIN, C , ref, ref) \ | 79 | _(MIN, N , ref, ref) \ |
80 | _(MAX, C , ref, ref) \ | 80 | _(MAX, N , ref, ref) \ |
81 | _(FPMATH, N , ref, lit) \ | 81 | _(FPMATH, N , ref, lit) \ |
82 | \ | 82 | \ |
83 | /* Overflow-checking arithmetic ops. */ \ | 83 | /* Overflow-checking arithmetic ops. */ \ |