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 992dcf59..ff07b7ee 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c | |||
@@ -2130,8 +2130,8 @@ static void asm_setup_regsp(ASMState *as) | |||
2130 | #if LJ_SOFTFP | 2130 | #if LJ_SOFTFP |
2131 | case IR_MIN: case IR_MAX: | 2131 | case IR_MIN: case IR_MAX: |
2132 | if ((ir+1)->o != IR_HIOP) break; | 2132 | if ((ir+1)->o != IR_HIOP) break; |
2133 | /* fallthrough */ | ||
2134 | #endif | 2133 | #endif |
2134 | /* fallthrough */ | ||
2135 | /* C calls evict all scratch regs and return results in RID_RET. */ | 2135 | /* C calls evict all scratch regs and return results in RID_RET. */ |
2136 | case IR_SNEW: case IR_XSNEW: case IR_NEWREF: case IR_BUFPUT: | 2136 | case IR_SNEW: case IR_XSNEW: case IR_NEWREF: case IR_BUFPUT: |
2137 | if (REGARG_NUMGPR < 3 && as->evenspill < 3) | 2137 | if (REGARG_NUMGPR < 3 && as->evenspill < 3) |