Check for recompiler in SysEvent_ResetRecompilerCode
This commit is contained in:
parent
8088065ef8
commit
7a964b058e
|
@ -258,7 +258,10 @@ void CSystemEvents::ExecuteEvents()
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SysEvent_ResetRecompilerCode:
|
case SysEvent_ResetRecompilerCode:
|
||||||
g_Recompiler->ResetRecompCode(true);
|
if (g_Recompiler)
|
||||||
|
{
|
||||||
|
g_Recompiler->ResetRecompCode(true);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
g_Notify->BreakPoint(__FILE__, __LINE__);
|
g_Notify->BreakPoint(__FILE__, __LINE__);
|
||||||
|
|
Loading…
Reference in New Issue