diff options
Diffstat (limited to 'src/lj_asm_ppc.h')
-rw-r--r-- | src/lj_asm_ppc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_ppc.h b/src/lj_asm_ppc.h index 86052577..7d9a9c76 100644 --- a/src/lj_asm_ppc.h +++ b/src/lj_asm_ppc.h | |||
@@ -533,7 +533,7 @@ static void asm_conv64(ASMState *as, IRIns *ir) | |||
533 | 533 | ||
534 | static void asm_strto(ASMState *as, IRIns *ir) | 534 | static void asm_strto(ASMState *as, IRIns *ir) |
535 | { | 535 | { |
536 | const CCallInfo *ci = &lj_ir_callinfo[IRCALL_lj_str_tonum]; | 536 | const CCallInfo *ci = &lj_ir_callinfo[IRCALL_lj_strscan_num]; |
537 | IRRef args[2]; | 537 | IRRef args[2]; |
538 | int32_t ofs; | 538 | int32_t ofs; |
539 | RegSet drop = RSET_SCRATCH; | 539 | RegSet drop = RSET_SCRATCH; |