diff options
Diffstat (limited to 'target-i386/excp_helper.c')
-rw-r--r-- | target-i386/excp_helper.c | 2 |
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, |