]> Git Repo - qemu.git/blobdiff - target-i386/cpu.h
target-i386/helper: remove EDX macro
[qemu.git] / target-i386 / cpu.h
index b3c6fcbeacdc0c85c280ed6438c941b53f1d9a86..ebc5abd07ef0c5c40fcd37a89b31f8652c23d4fb 100644 (file)
@@ -1101,8 +1101,6 @@ static inline int cpu_mmu_index (CPUX86State *env)
         ? MMU_KSMAP_IDX : MMU_KERNEL_IDX;
 }
 
-#undef EDX
-#define EDX (env->regs[R_EDX])
 #undef ESP
 #define ESP (env->regs[R_ESP])
 #undef EBP
This page took 0.023622 seconds and 4 git commands to generate.