mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 02:56:28 +00:00
Optimization: Read page-table directly for memory access
This commit is contained in:
@@ -31,7 +31,7 @@ using namespace BackendX64;
|
||||
|
||||
struct Jit::Impl {
|
||||
Impl(Jit* jit, UserCallbacks callbacks)
|
||||
: block_of_code()
|
||||
: block_of_code(callbacks)
|
||||
, jit_state()
|
||||
, emitter(&block_of_code, callbacks, jit)
|
||||
, callbacks(callbacks)
|
||||
|
||||
Reference in New Issue
Block a user