misson20000 / twili

Homebrew debug monitor for the Nintendo Switch.
GNU General Public License v3.0
184 stars 23 forks source link

Fix 'ENN' error reporting when the error code is not in the range 0-9. #87

Closed comex closed 5 years ago

comex commented 5 years ago

GDB limits the code to two hex digits, so it will be truncated if it's too high. In the future it would be nice to change the parameter to uint8_t or something; for now, some callers pass a Result code as the error code...