mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Fix some new warnings introduced after r5022
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5933 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c2f01775dd
commit
69d6451c3e
4 changed files with 5 additions and 7 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue