diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-28 01:53:16 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-28 01:53:16 +0000 |
commit | 4046d9130ebf3fb4dbb3fa49dfc7e23df7e59d87 (patch) | |
tree | b1cf329700df15183d615e7af51dcd0326308e39 /vl.h | |
parent | f749998939e564d8b8363bd6148b7a067d6bc9e3 (diff) |
Use standard character device interface for gdbstub.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2363 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -84,7 +84,6 @@ static inline char *realpath(const char *path, char *resolved_path) #include "audio/audio.h" #include "cpu.h" -#include "gdbstub.h" #endif /* !defined(QEMU_TOOL) */ @@ -1364,6 +1363,8 @@ pflash_t *pflash_register (target_ulong base, ram_addr_t off, uint16_t id0, uint16_t id1, uint16_t id2, uint16_t id3); +#include "gdbstub.h" + #endif /* defined(QEMU_TOOL) */ /* monitor.c */ |