0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

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

View File

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