summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-11-14 18:10:26 +0100
committerLioncash <mathew1800@gmail.com>2014-11-14 18:10:35 +0100
commite8f4361d7677985b2d63cbe33602505583a3ef2c (patch)
treeb372fedd06d115336978da9bb9e5e76c16f12674 /src/core
parentMerge pull request #95 from lioncash/disassembler (diff)
downloadyuzu-e8f4361d7677985b2d63cbe33602505583a3ef2c.tar
yuzu-e8f4361d7677985b2d63cbe33602505583a3ef2c.tar.gz
yuzu-e8f4361d7677985b2d63cbe33602505583a3ef2c.tar.bz2
yuzu-e8f4361d7677985b2d63cbe33602505583a3ef2c.tar.lz
yuzu-e8f4361d7677985b2d63cbe33602505583a3ef2c.tar.xz
yuzu-e8f4361d7677985b2d63cbe33602505583a3ef2c.tar.zst
yuzu-e8f4361d7677985b2d63cbe33602505583a3ef2c.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/arm/arm_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index be677ae20..4b93d3313 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -16,7 +16,7 @@ public:
num_instructions = 0;
}
- ~ARM_Interface() {
+ virtual ~ARM_Interface() {
}
/**