mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
Removing shaver/brendan fix for #8042 since it's apparently buggy
This commit is contained in:
parent
28cb791d9a
commit
dbef917c04
@ -701,15 +701,6 @@ out2:
|
||||
/* Store the return value and restore sp just above it. */
|
||||
*vp = frame.rval;
|
||||
fp->sp = vp + 1;
|
||||
|
||||
/* Store the location of JSOP_CALL that generated the return value. */
|
||||
if (fp->script) {
|
||||
JS_ASSERT(JS_UPTRDIFF(vp - fp->script->depth,
|
||||
cx->stackPool.current->base) <
|
||||
JS_UPTRDIFF(cx->stackPool.current->avail,
|
||||
cx->stackPool.current->base));
|
||||
vp[-fp->script->depth] = (jsval)fp->pc;
|
||||
}
|
||||
return ok;
|
||||
|
||||
bad:
|
||||
|
Loading…
x
Reference in New Issue
Block a user