mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 05:03:56 +00:00
Fix compilation
This commit is contained in:
@@ -103,6 +103,9 @@ namespace icicle
|
||||
|
||||
~icicle_x86_64_emulator() override
|
||||
{
|
||||
reset_object_with_delayed_destruction(this->hooks_);
|
||||
reset_object_with_delayed_destruction(this->storage_);
|
||||
|
||||
if (this->emu_)
|
||||
{
|
||||
icicle_destroy_emulator(this->emu_);
|
||||
|
||||
@@ -206,7 +206,7 @@ namespace unicorn
|
||||
|
||||
~unicorn_x86_64_emulator() override
|
||||
{
|
||||
this->hooks_.clear();
|
||||
reset_object_with_delayed_destruction(this->hooks_);
|
||||
uc_close(this->uc_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user