creport: Clean up bugs, now saves (empty) reports to the SD successfully

This commit is contained in:
Michael Scire
2018-06-25 22:27:33 -06:00
parent 12236eae9e
commit d5b303f852
6 changed files with 14 additions and 7 deletions

View File

@@ -18,7 +18,6 @@
"csrng": false,
"erpt:c": false,
"fatal:u": false,
"fsp-srv": false,
"ns:dev": false,
"time:s": true
},
@@ -71,6 +70,8 @@
"svcOutputDebugString": "0x27",
"svcReturnFromException": "0x28",
"svcGetInfo": "0x29",
"svcWaitForAddress": "0x34",
"svcSignalToAddress": "0x35",
"svcCreateSession": "0x40",
"svcAcceptSession": "0x41",
"svcReplyAndReceiveLight": "0x42",
@@ -81,6 +82,7 @@
"svcGetDebugEvent": "0x63",
"svcGetThreadList": "0x66",
"svcGetDebugThreadContext": "0x67",
"svcQueryDebugProcessMemory": "0x69",
"svcReadDebugProcessMemory": "0x6a",
"svcGetDebugThreadParam": "0x6d"
},