A64: Implement branch (register)

This commit is contained in:
MerryMage 2018-01-07 13:56:32 +00:00
parent 86d1095df7
commit 23f3afe0b3
8 changed files with 54 additions and 8 deletions

View file

@ -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();