diff options
author | liguang <lig.fnst@cn.fujitsu.com> | 2013-05-28 16:21:03 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-06-15 17:49:35 +0000 |
commit | c12dddd7918e3479d0b5b0a1b25588d557347171 (patch) | |
tree | f8efcdddf4384af5b68107e2b8f86f9d04fe55bb /target-i386/cpu.h | |
parent | 00f5e6f21ea55046173a8a106b7654036888e9b3 (diff) |
target-i386/helper: remove EBP 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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index ebc5abd07e..fc0cf65f06 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -1103,8 +1103,6 @@ static inline int cpu_mmu_index (CPUX86State *env) #undef ESP #define ESP (env->regs[R_ESP]) -#undef EBP -#define EBP (env->regs[R_EBP]) #undef ESI #define ESI (env->regs[R_ESI]) #undef EDI |