forked from ShuriZma/suyu
1
0
Fork 0

Merge pull request #194 from lioncash/virt

ARM_Interface: Make destructor virtual
This commit is contained in:
bunnei 2014-11-15 01:38:51 -05:00
commit 613627205c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public:
num_instructions = 0;
}
~ARM_Interface() {
virtual ~ARM_Interface() {
}
/**