diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2022-02-02 21:43:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-02 16:43:34 -0500 |
| commit | c8f4d66b009ad400f54538d6293afd5971c87776 (patch) | |
| tree | 35b628e097b755e512b91fb0706432c8c62be275 /data | |
| parent | cd1d08d34f32ec97396786e83783fc37b7a68858 (diff) | |
Documentation for fault.c and fault_drawer.c (#1106)
* Mostly document fault and fault_drawer
* FaultDrawer printf functions return s32
* Review Suggestions for comments
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
* Some further review suggestions
* Further changes from suggestions
* Fix Fault_AddClient doc comment
* Bug comment for memdump overrun, add more to Fault_PadCallback bug comment
* mb -> MB, comment about bss above externs
* Fix color codes
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Diffstat (limited to 'data')
| -rw-r--r-- | data/fault.bss.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/fault.bss.s b/data/fault.bss.s index bda55d9b9..b66f9cf83 100644 --- a/data/fault.bss.s +++ b/data/fault.bss.s @@ -9,10 +9,10 @@ .balign 16 -glabel sFaultStructPtr +glabel sFaultInstance .space 4 -glabel sFaultIsWaitingForInput +glabel sFaultAwaitingInput .space 4 glabel sFaultStack @@ -21,5 +21,5 @@ glabel sFaultStack glabel sFaultThreadInfo .space 0x20 -glabel gFaultStruct +glabel gFaultMgr .space 0x850 |
