Skip to content

Commit

Permalink
Clarify EBREAK behavior applies in absence of debug module
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed May 1, 2024
1 parent 8c2e1ae commit ce4cae8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/machine.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2228,8 +2228,9 @@ S-mode the environment-call-from-U-mode exception but not the others.
====

The EBREAK instruction is used by debuggers to cause control to be
transferred back to a debugging environment. It generates a breakpoint
exception and performs no other operation.
transferred back to a debugging environment.
Unless overridden by an external debug specification, EBREAK raises
a breakpoint exception and performs no other operation.

[NOTE]
====
Expand Down

2 comments on commit ce4cae8

@kasanovic
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say "debug environment" versus "debug specification" here to read better.

@aswaterman
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack.

Please sign in to comment.