mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-11 14:38:19 +02:00
block_of_code: Support stack unwinding on Windows
This commit is contained in:
@@ -23,6 +23,7 @@ BlockOfCode::BlockOfCode(UserCallbacks cb) : Xbyak::CodeGenerator(128 * 1024 * 1
|
||||
GenRunCode();
|
||||
GenReturnFromRunCode();
|
||||
GenMemoryAccessors();
|
||||
unwind_handler.Register(this);
|
||||
user_code_begin = getCurr<CodePtr>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user