Error codes: Difference between revisions
Add FS error code for unimplemented behavior. This is returned by a few member functions within the FS code. |
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 || | | 0x7601 || 1 || 59 || Thread terminated/termination requested | ||
|- | |- | ||
| 0x8C01 || 1 || 70 || No more debug events | | 0x8C01 || 1 || 70 || No more debug events |