diff --git a/js/src/jsinterp.c b/js/src/jsinterp.c index 4a46f78c9818..9d1d4569f4b8 100644 --- a/js/src/jsinterp.c +++ b/js/src/jsinterp.c @@ -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); }