Removing shaver/brendan fix for #8042 since it's apparently buggy

This commit is contained in:
fur%netscape.com 1999-06-23 19:39:08 +00:00
parent 28cb791d9a
commit dbef917c04

View File

@ -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: