mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Fix 433672, r=igor, a=shaver.
This commit is contained in:
parent
fde4025474
commit
f9264deae0
@ -3830,10 +3830,10 @@ js_Interpret(JSContext *cx)
|
||||
|
||||
#define BINARY_OP(OP) \
|
||||
JS_BEGIN_MACRO \
|
||||
FETCH_NUMBER(cx, -1, d2); \
|
||||
FETCH_NUMBER(cx, -2, d); \
|
||||
FETCH_NUMBER(cx, -1, d2); \
|
||||
d = d OP d2; \
|
||||
regs.sp--; \
|
||||
regs.sp--; \
|
||||
STORE_NUMBER(cx, -1, d); \
|
||||
JS_END_MACRO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user