mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 17:41:24 -04:00
thermosphere: add src/gdb to build list, fix subsequent warnings and errors
This commit is contained in:
parent
175f16627b
commit
0509fa57ca
6 changed files with 17 additions and 22 deletions
|
@ -48,7 +48,7 @@ u32 GDB_SearchMemory(bool *found, GDBContext *ctx, uintptr_t addr, size_t len, c
|
|||
{
|
||||
// Note: need to ensure GDB_WORK_BUF_LEN is at least 0x1000 bytes in size
|
||||
|
||||
char *buf = ctx->workBuffer;
|
||||
u8 *buf = (u8 *)ctx->workBuffer;
|
||||
size_t maxNbPages = GDB_WORK_BUF_LEN / 0x1000;
|
||||
uintptr_t curAddr = addr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue