updated how we call ARM core to make things much faster
This commit is contained in:
parent
a4fd257469
commit
265c770a9d
8 changed files with 44 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue