mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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>
This commit is contained in:
parent
00f5e6f21e
commit
c12dddd791
3 changed files with 9 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue