diff options
author | liguang <lig.fnst@cn.fujitsu.com> | 2013-05-28 16:21:06 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-06-15 17:50:05 +0000 |
commit | cf75c5977c01060d344eb804abf81e938d33105b (patch) | |
tree | 1b1ed0d359a4107f1076900f0780c58670cb9b5f /target-i386/cpu.h | |
parent | 78c3c6d34a94885c8d7e83ab282062ab642af75b (diff) |
target-i386/helper: remove EDI 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 e287290e04..585776af00 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 EDI -#define EDI (env->regs[R_EDI]) #undef EIP #define EIP (env->eip) #define DF (env->df) |