mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-19 11:23:06 +00:00
updated how we call ARM core to make things much faster
This commit is contained in:
@@ -4734,7 +4734,7 @@ TEST_EMULATE:
|
||||
else if (state->Emulate != RUN)
|
||||
break;
|
||||
}
|
||||
while (!state->stop_simulator);
|
||||
while (state->NumInstrsToExecute--);
|
||||
|
||||
state->decoded = decoded;
|
||||
state->loaded = loaded;
|
||||
|
||||
Reference in New Issue
Block a user