mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 12:44:34 +01:00
block_of_code: Always specify codeptr to run from
This commit is contained in:
parent
b6536115ef
commit
7e0c415473
4 changed files with 15 additions and 31 deletions
|
|
@ -70,7 +70,7 @@ struct Jit::Impl {
|
|||
return GetCurrentBlock();
|
||||
}();
|
||||
|
||||
block_of_code.RunCodeFrom(&jit_state, current_codeptr);
|
||||
block_of_code.RunCode(&jit_state, current_codeptr);
|
||||
}
|
||||
|
||||
void Step() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue