mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 23:44:08 +00:00
Fix typo noticed by Peter Cawley
This commit is contained in:
parent
a9d583b937
commit
b03e492900
@ -970,7 +970,7 @@ static int rec_isnumericarith(jit_State *J,
|
|||||||
if (tref_isnumber_str(rb) && tref_isnumber_str(rc)) {
|
if (tref_isnumber_str(rb) && tref_isnumber_str(rc)) {
|
||||||
TValue tmp;
|
TValue tmp;
|
||||||
if ((tref_isstr(rb) && !lj_strscan_num(strV(rbv), &tmp)) ||
|
if ((tref_isstr(rb) && !lj_strscan_num(strV(rbv), &tmp)) ||
|
||||||
(tref_isstr(rb) && !lj_strscan_num(strV(rbv), &tmp))) {
|
(tref_isstr(rc) && !lj_strscan_num(strV(rcv), &tmp))) {
|
||||||
/* Would need an inverted STRTO for this case. */
|
/* Would need an inverted STRTO for this case. */
|
||||||
lj_trace_err_info(J, LJ_TRERR_NYIMM);
|
lj_trace_err_info(J, LJ_TRERR_NYIMM);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user