diff options
Diffstat (limited to 'src/lj_asm.c')
-rw-r--r-- | src/lj_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c index dd7186f6..8ce7bbd6 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c | |||
@@ -1719,8 +1719,8 @@ static void asm_setup_regsp(ASMState *as) | |||
1719 | #if LJ_SOFTFP | 1719 | #if LJ_SOFTFP |
1720 | case IR_MIN: case IR_MAX: | 1720 | case IR_MIN: case IR_MAX: |
1721 | if ((ir+1)->o != IR_HIOP) break; | 1721 | if ((ir+1)->o != IR_HIOP) break; |
1722 | /* fallthrough */ | ||
1723 | #endif | 1722 | #endif |
1723 | /* fallthrough */ | ||
1724 | /* C calls evict all scratch regs and return results in RID_RET. */ | 1724 | /* C calls evict all scratch regs and return results in RID_RET. */ |
1725 | case IR_SNEW: case IR_XSNEW: case IR_NEWREF: | 1725 | case IR_SNEW: case IR_XSNEW: case IR_NEWREF: |
1726 | if (REGARG_NUMGPR < 3 && as->evenspill < 3) | 1726 | if (REGARG_NUMGPR < 3 && as->evenspill < 3) |