summaryrefslogtreecommitdiffstats
path: root/src/core/arm/unicorn/arm_unicorn.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-12-19 04:10:51 +0100
committerDavid Marcec <dmarcecguzman@gmail.com>2018-12-19 04:10:51 +0100
commit08d5663cb8989f6e57cc28e02c572367685d69fd (patch)
treeea69bc539f01e2a2b7b99168b4fcb2834027f5ec /src/core/arm/unicorn/arm_unicorn.h
parentMoved backtrace to ArmInterface (diff)
downloadyuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.tar
yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.tar.gz
yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.tar.bz2
yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.tar.lz
yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.tar.xz
yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.tar.zst
yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.zip
Diffstat (limited to '')
-rw-r--r--src/core/arm/unicorn/arm_unicorn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/arm/unicorn/arm_unicorn.h b/src/core/arm/unicorn/arm_unicorn.h
index 41da6a73c..75761950b 100644
--- a/src/core/arm/unicorn/arm_unicorn.h
+++ b/src/core/arm/unicorn/arm_unicorn.h
@@ -40,7 +40,6 @@ public:
void ClearInstructionCache() override;
void PageTableChanged() override{};
void RecordBreak(GDBStub::BreakpointAddress bkpt);
- void LogBacktrace() override;
private:
uc_engine* uc{};