mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-23 04:41:12 +00:00
thermosphere: reduce gdb work buf to least acceptable limit
This commit is contained in:
parent
559d254a79
commit
8fbe4385c6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
// 1024 is fine enough to put all regs in the 'T' stop reply packets
|
// 1024 is fine enough to put all regs in the 'T' stop reply packets
|
||||||
// Add 4 to this for the actual allocated size, for $#<checksum>, see below.
|
// Add 4 to this for the actual allocated size, for $#<checksum>, see below.
|
||||||
#define GDB_BUF_LEN 0x800
|
#define GDB_BUF_LEN 0x800
|
||||||
#define GDB_WORK_BUF_LEN 0x2000
|
#define GDB_WORK_BUF_LEN 0x1000
|
||||||
|
|
||||||
#define GDB_HANDLER(name) GDB_Handle##name
|
#define GDB_HANDLER(name) GDB_Handle##name
|
||||||
#define GDB_QUERY_HANDLER(name) GDB_HANDLER(Query##name)
|
#define GDB_QUERY_HANDLER(name) GDB_HANDLER(Query##name)
|
||||||
|
|
Loading…
Reference in a new issue