ARM_Interface: Make destructor virtual

Fixes some warnings on OSX.
pull/8/head
Lioncash 11 years ago
parent 335082e74e
commit e8f4361d76

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

Loading…
Cancel
Save