summaryrefslogtreecommitdiff
path: root/cpu/exceptions/execution.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpu/exceptions/execution.txt (renamed from cpu/interrupts/exceptions/execution.txt)4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/interrupts/exceptions/execution.txt b/cpu/exceptions/execution.txt
index dbf8825..17ca927 100644
--- a/cpu/interrupts/exceptions/execution.txt
+++ b/cpu/exceptions/execution.txt
@@ -3,8 +3,8 @@ For non-double exceptions:
OIPE gets set to the IP from the previous code running
PR is set to all 1s
- Hardware interrupts will not occur until after the current processing has been finished via `irete`
- Any exceptions that occur before `irete` will trigger a double exception instead of the normal one
+ Interrupts will not occur until after the current processing has been finished via `irete`, or an appropriate task switch occurs
+ Any exception that occurs before `irete`, or an appropriate task switch, will trigger a double exception instead of the normal one
When returning via irete:
PR is set to OPRE