mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-28 16:30:59 +01:00
backend_x64: Rename UnwindHandler to ExceptionHandler
This commit is contained in:
@@ -30,7 +30,7 @@ BlockOfCode::BlockOfCode(UserCallbacks cb, LookupBlockCallback lookup_block, voi
|
||||
{
|
||||
GenRunCode();
|
||||
GenMemoryAccessors();
|
||||
unwind_handler.Register(this);
|
||||
exception_handler.Register(this);
|
||||
near_code_begin = getCurr();
|
||||
far_code_begin = getCurr() + FAR_CODE_OFFSET;
|
||||
ClearCache();
|
||||
|
||||
Reference in New Issue
Block a user