Skip to content

Commit

Permalink
Clarify EBREAK/ECALLL more (email with Ved)
Browse files Browse the repository at this point in the history
  • Loading branch information
mipsrobert committed Mar 30, 2024
1 parent 0ee9dd7 commit d54ba39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/RISC-V-N-Trace.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ The table below provides a detailed mapping of causes for terminating an instruc
|Exception in instruction|An exception trap that occurred following the final retired instruction in the block|1 = Exception
|Conditional branch|Not-taken |4 = Not-taken branch
||Taken |5 = Taken branch
|EBREAK, ECALL, C.EBREAK|An exception trap that occurred following the final retired instruction in the block, but these do not retire|1 = Exception
|EBREAK, ECALL, C.EBREAK|An exception trap that occurred following the final retired instruction in the block due to these instructions. These instructions do not retire.
|1 = Exception
|MRET, SRET| |3 = Exception or interrupt return
|other instructions|All other instructions that are not listed in this table
|0 = No special type
Expand Down

0 comments on commit d54ba39

Please sign in to comment.