remove bogus SAVE_SP before calling debugger hook

sr=brendan,r=shaver,bug=76983
This commit is contained in:
rginda%netscape.com 2001-07-06 22:14:24 +00:00
parent 0d86268f2f
commit 8208d4a257

View File

@ -2674,7 +2674,6 @@ js_Interpret(JSContext *cx, jsval *result)
/* Call the debugger hook if present. */
hook = cx->runtime->callHook;
if (hook) {
SAVE_SP(fp);
newifp->hookData = hook(cx, &newifp->frame, JS_TRUE, 0,
cx->runtime->callHookData);
}