Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/gdbstub.c

7 lines
134 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
#include "qemu/osdep.h"
#include "exec/gdbstub.h" /* xml_builtin */
const char *const xml_builtin[][2] = {
{ NULL, NULL }
};