mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
remove bogus SAVE_SP before calling debugger hook
sr=brendan,r=shaver,bug=76983
This commit is contained in:
parent
0d86268f2f
commit
8208d4a257
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user