mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@312 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3c1cf9fa86
commit
4690764bba
8 changed files with 104 additions and 54 deletions
|
@ -311,7 +311,7 @@ extern CPUState *cpu_single_env;
|
|||
|
||||
#define CPU_INTERRUPT_EXIT 0x01 /* wants exit from main loop */
|
||||
#define CPU_INTERRUPT_HARD 0x02 /* hardware interrupt pending */
|
||||
void cpu_interrupt(CPUX86State *s, int mask);
|
||||
void cpu_interrupt(CPUState *s, int mask);
|
||||
|
||||
/* gdb stub API */
|
||||
extern int gdbstub_fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue