mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-29 02:35:22 +01:00
backend_x64: Rename UnwindHandler to ExceptionHandler
This commit is contained in:
parent
0d47f50f57
commit
2c9dcfa2db
5 changed files with 15 additions and 15 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue