diff options
Diffstat (limited to 'stubs/gdbstub.c')
-rw-r--r-- | stubs/gdbstub.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stubs/gdbstub.c b/stubs/gdbstub.c new file mode 100644 index 0000000..c1dbfe7 --- /dev/null +++ b/stubs/gdbstub.c @@ -0,0 +1,5 @@ +#include "qemu-common.h" + +const char *const xml_builtin[][2] = { + { NULL, NULL } +}; |