always save errdisp to file; hio changes

This commit is contained in:
TuxSH
2019-04-17 00:18:12 +02:00
parent 4c9fe186d7
commit 06bcb39721
3 changed files with 9 additions and 5 deletions

View File

@@ -67,8 +67,8 @@ typedef struct PackedGdbHioRequest
char functionName[16+1];
char paramFormat[8+1];
u32 parameters[8];
u32 stringLengths[8];
u64 parameters[8];
size_t stringLengths[8];
// Return
int retval;