summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorGravatar Mai M2022-04-24 17:43:31 -0400
committerGravatar GitHub2022-04-24 17:43:31 -0400
commit9d642539167f8429359670f6d4476d46ff8982ad (patch)
tree2baae9e2c1a57c8d26be9ed8d117958f69f3882f /src/core/arm/arm_interface.h
parentMerge pull request #8249 from german77/queued (diff)
parentRemove unused PrepareReschedule function (diff)
downloadyuzu-9d642539167f8429359670f6d4476d46ff8982ad.tar.gz
yuzu-9d642539167f8429359670f6d4476d46ff8982ad.tar.xz
yuzu-9d642539167f8429359670f6d4476d46ff8982ad.zip
Merge pull request #8257 from merryhime/rm-PrepareReschedule
Remove unused PrepareReschedule function
Diffstat (limited to 'src/core/arm/arm_interface.h')
-rw-r--r--src/core/arm/arm_interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index bcec4b3b8..8ce973a77 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -174,9 +174,6 @@ public:
174 /// Clears the exclusive monitor's state. 174 /// Clears the exclusive monitor's state.
175 virtual void ClearExclusiveState() = 0; 175 virtual void ClearExclusiveState() = 0;
176 176
177 /// Prepare core for thread reschedule (if needed to correctly handle state)
178 virtual void PrepareReschedule() = 0;
179
180 /// Signal an interrupt and ask the core to halt as soon as possible. 177 /// Signal an interrupt and ask the core to halt as soon as possible.
181 virtual void SignalInterrupt() = 0; 178 virtual void SignalInterrupt() = 0;
182 179