summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-12-31 17:11:00 +0100
committerGitHub <noreply@github.com>2018-12-31 17:11:00 +0100
commitf96bb2520b9a20a2b40088a3f1be99a6e6e719b9 (patch)
tree4e3133eec6e5045321b83f0cc8f89d8e0255a096 /src/core/arm/arm_interface.h
parentMerge pull request #1967 from lioncash/thread (diff)
parentarm_interface: Make include path relative for arm_interface.h (diff)
downloadyuzu-f96bb2520b9a20a2b40088a3f1be99a6e6e719b9.tar
yuzu-f96bb2520b9a20a2b40088a3f1be99a6e6e719b9.tar.gz
yuzu-f96bb2520b9a20a2b40088a3f1be99a6e6e719b9.tar.bz2
yuzu-f96bb2520b9a20a2b40088a3f1be99a6e6e719b9.tar.lz
yuzu-f96bb2520b9a20a2b40088a3f1be99a6e6e719b9.tar.xz
yuzu-f96bb2520b9a20a2b40088a3f1be99a6e6e719b9.tar.zst
yuzu-f96bb2520b9a20a2b40088a3f1be99a6e6e719b9.zip
Diffstat (limited to '')
-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 91d2b0f81..4dfd41b43 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -148,7 +148,7 @@ public:
/// Frame records are two words long:
/// fp+0 : pointer to previous frame record
/// fp+8 : value of lr for frame
- void LogBacktrace();
+ void LogBacktrace() const;
};
} // namespace Core