diff options
Diffstat (limited to 'src/lj_asm_mips.h')
-rw-r--r-- | src/lj_asm_mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h index 14ebd1b3..3de133b8 100644 --- a/src/lj_asm_mips.h +++ b/src/lj_asm_mips.h | |||
@@ -541,7 +541,7 @@ static void asm_conv64(ASMState *as, IRIns *ir) | |||
541 | 541 | ||
542 | static void asm_strto(ASMState *as, IRIns *ir) | 542 | static void asm_strto(ASMState *as, IRIns *ir) |
543 | { | 543 | { |
544 | const CCallInfo *ci = &lj_ir_callinfo[IRCALL_lj_str_tonum]; | 544 | const CCallInfo *ci = &lj_ir_callinfo[IRCALL_lj_strscan_num]; |
545 | IRRef args[2]; | 545 | IRRef args[2]; |
546 | RegSet drop = RSET_SCRATCH; | 546 | RegSet drop = RSET_SCRATCH; |
547 | if (ra_hasreg(ir->r)) rset_set(drop, ir->r); /* Spill dest reg (if any). */ | 547 | if (ra_hasreg(ir->r)) rset_set(drop, ir->r); /* Spill dest reg (if any). */ |