summaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm_x86.h')
-rw-r--r--src/lj_asm_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h
index ceeefbee..da4cf7e2 100644
--- a/src/lj_asm_x86.h
+++ b/src/lj_asm_x86.h
@@ -882,7 +882,7 @@ static void asm_conv_int64_fp(ASMState *as, IRIns *ir)
882static void asm_strto(ASMState *as, IRIns *ir) 882static void asm_strto(ASMState *as, IRIns *ir)
883{ 883{
884 /* Force a spill slot for the destination register (if any). */ 884 /* Force a spill slot for the destination register (if any). */
885 const CCallInfo *ci = &lj_ir_callinfo[IRCALL_lj_str_tonum]; 885 const CCallInfo *ci = &lj_ir_callinfo[IRCALL_lj_strscan_num];
886 IRRef args[2]; 886 IRRef args[2];
887 RegSet drop = RSET_SCRATCH; 887 RegSet drop = RSET_SCRATCH;
888 if ((drop & RSET_FPR) != RSET_FPR && ra_hasreg(ir->r)) 888 if ((drop & RSET_FPR) != RSET_FPR && ra_hasreg(ir->r))