-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add R4-R11 and continue to fault handler
You can now switch to R4-R11 screen with the left/right buttons. You can also continue execution by pressing fire. This is only guaranteed to work with UDF instructions, e.g. generated by: asm volatile ("udf"); Do NOT use __builtin_trap(): while it compiles to UDF, it also hints the compiler to optimize away whatever follows it because it thinks the fault is never going to return. The tools/fault-decode script doesn't yet support the R4-R11 dump.
- Loading branch information
1 parent
b2521b0
commit 6f27789
Showing
1 changed file
with
111 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters