summaryrefslogtreecommitdiff
path: root/target-i386/excp_helper.c
diff options
context:
space:
mode:
authorliguang <lig.fnst@cn.fujitsu.com>2013-05-28 16:21:07 +0800
committerBlue Swirl <blauwirbel@gmail.com>2013-06-15 17:50:13 +0000
commita78d0eabd4ca05789a9604fe632b9399bf378fee (patch)
tree4b0b1e67b23f2d34b060aed14f6870c367ae1c02 /target-i386/excp_helper.c
parentcf75c5977c01060d344eb804abf81e938d33105b (diff)
downloadqemu-a78d0eabd4ca05789a9604fe632b9399bf378fee.tar.gz
target-i386/helper: remove EIP macro
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-i386/excp_helper.c')
-rw-r--r--target-i386/excp_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/excp_helper.c b/target-i386/excp_helper.c
index 179ea82f0f..5319aef7df 100644
--- a/target-i386/excp_helper.c
+++ b/target-i386/excp_helper.c
@@ -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,