Bug 424156 - C++ compilation error in jsinterp.c, r=crowder a=beltzner
git-svn-id: svn://10.0.0.236/trunk@248290 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d3e3e23358
commit
5c886b6f6d
@ -4870,7 +4870,7 @@ interrupt:
|
||||
if (!ok)
|
||||
goto error;
|
||||
if (!cx->rval2set) {
|
||||
op2 = regs.pc[JSOP_SETCALL_LENGTH];
|
||||
op2 = (JSOp) regs.pc[JSOP_SETCALL_LENGTH];
|
||||
if (op2 != JSOP_DELELEM) {
|
||||
JS_ASSERT(!(js_CodeSpec[op2].format & JOF_DEL));
|
||||
JS_ReportErrorNumber(cx, js_GetErrorMessage, NULL,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user