summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-12-03 10:13:48 +0100
committerDavid Marcec <dmarcecguzman@gmail.com>2018-12-03 10:13:48 +0100
commit5102c912569a29259ec26aa254d4598e81205a17 (patch)
treed7437b2cf2fd53771735a2938174a4aaaed03e4e /src/core/arm/arm_interface.h
parentPrint backtrace on svcBreak (diff)
downloadyuzu-5102c912569a29259ec26aa254d4598e81205a17.tar
yuzu-5102c912569a29259ec26aa254d4598e81205a17.tar.gz
yuzu-5102c912569a29259ec26aa254d4598e81205a17.tar.bz2
yuzu-5102c912569a29259ec26aa254d4598e81205a17.tar.lz
yuzu-5102c912569a29259ec26aa254d4598e81205a17.tar.xz
yuzu-5102c912569a29259ec26aa254d4598e81205a17.tar.zst
yuzu-5102c912569a29259ec26aa254d4598e81205a17.zip
Diffstat (limited to '')
-rw-r--r--src/core/arm/arm_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index 59da33f30..26fe68a2e 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -141,6 +141,8 @@ public:
/// Prepare core for thread reschedule (if needed to correctly handle state)
virtual void PrepareReschedule() = 0;
+
+ virtual void LogBacktrace() = 0;
};
} // namespace Core