diff options
author | Mike Pall <mike> | 2012-08-25 23:02:29 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-08-25 23:02:29 +0200 |
commit | 4c882fe71406a923f07c8e9a0b9189036e0ba386 (patch) | |
tree | 22aa3995b5bdc2fce05ba17488799e67abc635ba /src/lj_asm_arm.h | |
parent | 653facd0d5c1a4f7eae43eefbf8148f57e28e606 (diff) | |
download | luajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.tar.gz luajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.tar.bz2 luajit-4c882fe71406a923f07c8e9a0b9189036e0ba386.zip |
Replace strtod() with builtin string to number conversion.
Diffstat (limited to 'src/lj_asm_arm.h')
-rw-r--r-- | src/lj_asm_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h index f307d6b8..8ba3dc06 100644 --- a/src/lj_asm_arm.h +++ b/src/lj_asm_arm.h | |||
@@ -626,7 +626,7 @@ static void asm_conv64(ASMState *as, IRIns *ir) | |||
626 | 626 | ||
627 | static void asm_strto(ASMState *as, IRIns *ir) | 627 | static void asm_strto(ASMState *as, IRIns *ir) |
628 | { | 628 | { |
629 | const CCallInfo *ci = &lj_ir_callinfo[IRCALL_lj_str_tonum]; | 629 | const CCallInfo *ci = &lj_ir_callinfo[IRCALL_lj_strscan_num]; |
630 | IRRef args[2]; | 630 | IRRef args[2]; |
631 | Reg rlo = 0, rhi = 0, tmp; | 631 | Reg rlo = 0, rhi = 0, tmp; |
632 | int destused = ra_used(ir); | 632 | int destused = ra_used(ir); |