backend_x64: Rename UnwindHandler to ExceptionHandler

This commit is contained in:
MerryMage 2017-04-20 14:08:56 +01:00
parent 0d47f50f57
commit 2c9dcfa2db
5 changed files with 15 additions and 15 deletions

View file

@ -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();