Merge pull request #194 from lioncash/virt
ARM_Interface: Make destructor virtual
This commit is contained in:
commit
613627205c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public:
|
||||||
num_instructions = 0;
|
num_instructions = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
~ARM_Interface() {
|
virtual ~ARM_Interface() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue