summaryrefslogtreecommitdiff
path: root/src/lj_asm_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm_arm.h')
-rw-r--r--src/lj_asm_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h
index 8ba3dc06..8e57ad01 100644
--- a/src/lj_asm_arm.h
+++ b/src/lj_asm_arm.h
@@ -237,7 +237,7 @@ static void asm_fusexref(ASMState *as, ARMIns ai, Reg rd, IRRef ref,
237{ 237{
238 IRIns *ir = IR(ref); 238 IRIns *ir = IR(ref);
239 Reg base; 239 Reg base;
240 if (ra_noreg(ir->r) && mayfuse(as, ref)) { 240 if (ra_noreg(ir->r) && canfuse(as, ir)) {
241 int32_t lim = (!LJ_SOFTFP && (ai & 0x08000000)) ? 1024 : 241 int32_t lim = (!LJ_SOFTFP && (ai & 0x08000000)) ? 1024 :
242 (ai & 0x04000000) ? 4096 : 256; 242 (ai & 0x04000000) ? 4096 : 256;
243 if (ir->o == IR_ADD) { 243 if (ir->o == IR_ADD) {