summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorGravatar Merry2022-04-24 12:10:16 +0100
committerGravatar Merry2022-04-24 12:10:16 +0100
commit91a6df0361708176fc5500d9783c5266e52eb7b7 (patch)
tree2baae9e2c1a57c8d26be9ed8d117958f69f3882f /src/core/arm/arm_interface.h
parentMerge pull request #8249 from german77/queued (diff)
downloadyuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.gz
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.xz
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.zip
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