Uninstall the X64 backend exception callback on exit.
This commit is contained in:
parent
62351a62de
commit
67a45203e3
|
@ -46,6 +46,8 @@ X64Backend::~X64Backend() {
|
|||
processor()->memory()->SystemHeapFree(emitter_data_);
|
||||
emitter_data_ = 0;
|
||||
}
|
||||
|
||||
ExceptionHandler::Uninstall(&ExceptionCallbackThunk, this);
|
||||
}
|
||||
|
||||
bool X64Backend::Initialize() {
|
||||
|
|
Loading…
Reference in New Issue