mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
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_);
|
processor()->memory()->SystemHeapFree(emitter_data_);
|
||||||
emitter_data_ = 0;
|
emitter_data_ = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ExceptionHandler::Uninstall(&ExceptionCallbackThunk, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool X64Backend::Initialize() {
|
bool X64Backend::Initialize() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue