Fix error in HandleDebugger

Signed-off-by: huangtianzhi <huangtianzhi1@huawei.com>
This commit is contained in:
huangtianzhi 2023-06-07 18:05:11 +08:00
parent be90d85e37
commit c88da1f476

View File

@ -479,7 +479,7 @@ DECLARE_ASM_HANDLER(HandleThrowDeletesuperpropertyPrefNone)
DECLARE_ASM_HANDLER(HandleDebugger)
{
CallRuntime(glue, RTSTUB_ID(OnDebuggerStatement), {});
CallRuntime(glue, RTSTUB_ID(NotifyDebuggerStatement), {});
DISPATCH(DEBUGGER);
}