diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 19:30:18 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 19:30:18 +0000 |
commit | 69d6451c3e109eb1d2effe18fa6a7173d1aabdd4 (patch) | |
tree | 87ff53acbea87411f39069b7861f438c61ff9b90 /gdbstub.c | |
parent | c2f01775dddb9e8ab5595400290d6379910ef2be (diff) |
Fix some new warnings introduced after r5022
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5933 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'gdbstub.c')
-rw-r--r-- | gdbstub.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1602,8 +1602,6 @@ static int gdb_handle_packet(GDBState *s, const char *line_buf) return RS_IDLE; } -extern void tb_flush(CPUState *env); - void gdb_set_stop_cpu(CPUState *env) { gdbserver_state->c_cpu = env; |