mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Update analysis.cpp
This commit is contained in:
@@ -118,7 +118,7 @@ namespace
|
||||
auto& win_emu = *c.win_emu;
|
||||
|
||||
#ifdef OS_EMSCRIPTEN
|
||||
if ((win_emu.get_executed_instructions() % 0x20000 == 0)
|
||||
if ((win_emu.get_executed_instructions() % 0x20000) == 0)
|
||||
{
|
||||
debugger::event_context ec{.win_emu = win_emu};
|
||||
debugger::handle_events(ec);
|
||||
|
||||
Reference in New Issue
Block a user