Error codes: Difference between revisions

Lioncache (talk | contribs)
Add FS error code for unimplemented behavior. This is returned by a few member functions within the FS code.
Lioncache (talk | contribs)
Clarify error code 0x7601. This is used in thread and address arbiter code. In particular, address arbiter code within svcWaitForAddress checks if the thread is dead/going to die before actually performing a wait operation.
Line 223: Line 223:
| 0x4201 || 1 || 33 || Not Implemented
| 0x4201 || 1 || 33 || Not Implemented
|-
|-
| 0x7601 || 1 || 59 || Invalid thread state?
| 0x7601 || 1 || 59 || Thread terminated/termination requested
|-
|-
| 0x8C01 || 1 || 70 || No more debug events
| 0x8C01 || 1 || 70 || No more debug events