summaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
diff options
context:
space:
mode:
authorliguang <lig.fnst@cn.fujitsu.com>2013-05-28 16:21:05 +0800
committerBlue Swirl <blauwirbel@gmail.com>2013-06-15 17:49:57 +0000
commit78c3c6d34a94885c8d7e83ab282062ab642af75b (patch)
treea481eab522675fd5ccbdd09cf7c5d453f1ce7bc5 /target-i386/cpu.h
parent08b3ded6bdc06ac6b9d1f700a1ee108f4ba4030f (diff)
downloadqemu-78c3c6d34a94885c8d7e83ab282062ab642af75b.tar.gz
target-i386/helper: remove ESI 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/cpu.h')
-rw-r--r--target-i386/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 6b058bb229..e287290e04 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -1101,8 +1101,6 @@ static inline int cpu_mmu_index (CPUX86State *env)
? MMU_KSMAP_IDX : MMU_KERNEL_IDX;
}
-#undef ESI
-#define ESI (env->regs[R_ESI])
#undef EDI
#define EDI (env->regs[R_EDI])
#undef EIP