OSDN Git Service

Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into staging
[qmiga/qemu.git] / stubs / gdbstub.c
1 #include "qemu/osdep.h"
2 #include "exec/gdbstub.h"       /* gdb_static_features */
3
4 const GDBFeature gdb_static_features[] = {
5   { NULL }
6 };