summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-04-14 21:15:42 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-04-14 21:18:25 +0200
commitbdcf28e3bc9e52e68856069e5bdd1f96e8c82701 (patch)
tree307be15c087a6ecc8e37d6d548b9d547cf567703 /src/core/arm/dyncom/arm_dyncom.h
parentMerge pull request #683 from bunnei/thread-priority (diff)
downloadyuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.gz
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.bz2
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.lz
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.xz
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.zst
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.zip
Diffstat (limited to '')
-rw-r--r--src/core/arm/dyncom/arm_dyncom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom.h b/src/core/arm/dyncom/arm_dyncom.h
index 822b3bbb9..2488c879c 100644
--- a/src/core/arm/dyncom/arm_dyncom.h
+++ b/src/core/arm/dyncom/arm_dyncom.h
@@ -27,7 +27,7 @@ public:
void AddTicks(u64 ticks) override;
- void ResetContext(Core::ThreadContext& context, u32 stack_top, u32 entry_point, u32 arg);
+ void ResetContext(Core::ThreadContext& context, u32 stack_top, u32 entry_point, u32 arg) override;
void SaveContext(Core::ThreadContext& ctx) override;
void LoadContext(const Core::ThreadContext& ctx) override;