mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 04:34:43 +01:00
A64: Implement branch (register)
This commit is contained in:
parent
86d1095df7
commit
23f3afe0b3
8 changed files with 54 additions and 8 deletions
|
|
@ -53,6 +53,7 @@ public:
|
|||
SCOPE_EXIT({ this->is_executing = false; });
|
||||
jit_state.halt_requested = false;
|
||||
|
||||
// TODO: Check code alignment
|
||||
block_of_code.RunCode(&jit_state);
|
||||
|
||||
PerformRequestedCacheInvalidation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue