aboutsummaryrefslogtreecommitdiff
path: root/docs/exec-formats-and-tools.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/exec-formats-and-tools.md')
-rw-r--r--docs/exec-formats-and-tools.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/exec-formats-and-tools.md b/docs/exec-formats-and-tools.md
index 85367c5..e2f29f3 100644
--- a/docs/exec-formats-and-tools.md
+++ b/docs/exec-formats-and-tools.md
@@ -83,8 +83,8 @@ instructions in the pipeline are discarded and execution stops.
PC is set to the address of instruction causing the exception
or to the branch instruction address if the exception occurs in
delay slot. When the single step or continuous execution
-is requested again then the "hardware" breakpoint exception
-in the fetch stage is masked for the first executed instruction which.
+is requested again then the "hardware" breakpoint exception
+in the fetch stage is masked for the first executed instruction.
But then CPU accepts breakpoint exceptions again. This is why it
is not a good idea to set up breakpoint to address of an instruction
in the delay slot.