Skip to content

Commit

Permalink
pkt_buf made larger so register info fits on MIPS I
Browse files Browse the repository at this point in the history
  • Loading branch information
XaviDCR92 committed May 23, 2020
1 parent 9e71e29 commit b00d0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdbstub.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ int dbg_read(char *buf, size_t buf_len, size_t len)
int dbg_main(struct dbg_state *state)
{
address addr;
char pkt_buf[256];
char pkt_buf[512];
int status;
size_t length;
size_t pkt_len;
Expand Down

0 comments on commit b00d0f8

Please sign in to comment.