thermosphere: gdb: add missing command list entries, fix warnings again

This commit is contained in:
TuxSH
2020-01-31 02:28:51 +00:00
parent 6becc5dc8a
commit 057d3e5e1c
11 changed files with 31 additions and 23 deletions

View File

@@ -121,7 +121,7 @@ GDB_DECLARE_QUERY_HANDLER(Xfer)
bool write;
const char *pos;
if (strcmp(opStart, "read") == 0) {
unsigned int lst[2];
unsigned long lst[2];
if(GDB_ParseHexIntegerList(lst, offStart, 2, 0) == NULL) {
return GDB_ReplyErrno(ctx, EILSEQ);
}