diff options
author | Mike Pall <mike> | 2013-05-13 10:15:07 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-05-13 10:15:07 +0200 |
commit | 8f90a1279e125a8cb9727751f76fb75214208f89 (patch) | |
tree | b65706b5b10231780735fcf80966e14f616f39b7 /src/vm_x86.dasc | |
parent | 625ffca739a703906fbc321ef9405514d72480fe (diff) | |
download | luajit-8f90a1279e125a8cb9727751f76fb75214208f89.tar.gz luajit-8f90a1279e125a8cb9727751f76fb75214208f89.tar.bz2 luajit-8f90a1279e125a8cb9727751f76fb75214208f89.zip |
Big renaming of string buffer/formatting/conversion functions.
Diffstat (limited to '')
-rw-r--r-- | src/vm_x86.dasc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 338916a7..6c8302a0 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -1586,9 +1586,9 @@ static void build_subroutines(BuildCtx *ctx) | |||
1586 | |.endif | 1586 | |.endif |
1587 | | mov L:FCARG1, L:RB | 1587 | | mov L:FCARG1, L:RB |
1588 | |.if DUALNUM | 1588 | |.if DUALNUM |
1589 | | call extern lj_str_fromnumber@8 // (lua_State *L, cTValue *o) | 1589 | | call extern lj_strfmt_number@8 // (lua_State *L, cTValue *o) |
1590 | |.else | 1590 | |.else |
1591 | | call extern lj_str_fromnum@8 // (lua_State *L, lua_Number *np) | 1591 | | call extern lj_strfmt_num@8 // (lua_State *L, lua_Number *np) |
1592 | |.endif | 1592 | |.endif |
1593 | | // GCstr returned in eax (RD). | 1593 | | // GCstr returned in eax (RD). |
1594 | | mov BASE, L:RB->base | 1594 | | mov BASE, L:RB->base |