]> git.proxmox.com Git - qemu.git/blobdiff - target-i386/excp_helper.c
Merge remote-tracking branch 'filippov/tags/20130729-xtensa' into staging
[qemu.git] / target-i386 / excp_helper.c
index 179ea82f0fcead781a6fb4804f4adfa7d1faaae9..5319aef7dfd9921c7e6f4553ce1f796a2a6f6505 100644 (file)
@@ -87,7 +87,7 @@ static int check_exception(CPUX86State *env, int intno, int *error_code)
 /*
  * Signal an interruption. It is executed in the main CPU loop.
  * is_int is TRUE if coming from the int instruction. next_eip is the
- * EIP value AFTER the interrupt instruction. It is only relevant if
+ * env->eip value AFTER the interrupt instruction. It is only relevant if
  * is_int is TRUE.
  */
 static void QEMU_NORETURN raise_interrupt2(CPUX86State *env, int intno,