Revision a78d0eab target-i386/excp_helper.c

b/target-i386/excp_helper.c
87 87
/*
88 88
 * Signal an interruption. It is executed in the main CPU loop.
89 89
 * is_int is TRUE if coming from the int instruction. next_eip is the
90
 * EIP value AFTER the interrupt instruction. It is only relevant if
90
 * env->eip value AFTER the interrupt instruction. It is only relevant if
91 91
 * is_int is TRUE.
92 92
 */
93 93
static void QEMU_NORETURN raise_interrupt2(CPUX86State *env, int intno,

Also available in: Unified diff