gdb hio: lseek returns 64-bit

This commit is contained in:
TuxSH
2019-05-04 17:08:32 +02:00
parent 23c40aeb8e
commit 2c8a1eb5c6
2 changed files with 5 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ typedef struct PackedGdbHioRequest
size_t stringLengths[8];
// Return
int retval;
s64 retval;
int gdbErrno;
bool ctrlC;
} PackedGdbHioRequest;