mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
block_of_code: Always specify codeptr to run from
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user