mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 13:14:42 +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
|
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
return GetCurrentBlock();
|
||||
}();
|
||||
block_of_code.RunCodeFrom(&jit_state, current_code_ptr);
|
||||
block_of_code.RunCode(&jit_state, current_code_ptr);
|
||||
|
||||
PerformRequestedCacheInvalidation();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue