thermosphere: add src/gdb to build list, fix subsequent warnings and errors

This commit is contained in:
TuxSH
2020-01-31 01:58:56 +00:00
parent 55c92b3ab1
commit 6becc5dc8a
6 changed files with 17 additions and 22 deletions

View File

@@ -7,11 +7,10 @@
#include <string.h>
#include "gdb/hio.h"
#include "gdb/net.h"
#include "gdb/mem.h"
#include "gdb/debug.h"
#include "fmt.h"
#include "hio.h"
#include "net.h"
#include "mem.h"
#include "debug.h"
bool GDB_FetchPackedHioRequest(GDBContext *ctx, u32 addr)
{