diff options
Diffstat (limited to 'lcode.c')
-rw-r--r-- | lcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1650,8 +1650,8 @@ void luaK_posfix (FuncState *fs, BinOpr opr, | |||
1650 | case OPR_SUB: { | 1650 | case OPR_SUB: { |
1651 | if (finishbinexpneg(fs, e1, e2, OP_ADDI, line, TM_SUB)) | 1651 | if (finishbinexpneg(fs, e1, e2, OP_ADDI, line, TM_SUB)) |
1652 | break; /* coded as (r1 + -I) */ | 1652 | break; /* coded as (r1 + -I) */ |
1653 | /* ELSE *//* FALLTHROUGH */ | 1653 | /* ELSE */ |
1654 | } | 1654 | } /* FALLTHROUGH */ |
1655 | case OPR_DIV: case OPR_IDIV: case OPR_MOD: case OPR_POW: { | 1655 | case OPR_DIV: case OPR_IDIV: case OPR_MOD: case OPR_POW: { |
1656 | codearith(fs, opr, e1, e2, 0, line); | 1656 | codearith(fs, opr, e1, e2, 0, line); |
1657 | break; | 1657 | break; |