i386: Move from explicit ADDR32/DATA32 prefixes to instruction suffixes.
Is more portable. Binary is unchanged (verified).
This commit is contained in:
parent
065ad910f1
commit
f571dc1af8
4 changed files with 9 additions and 9 deletions
|
@ -135,7 +135,7 @@ LOCAL(prot_to_real_addr):
|
|||
|
||||
.macro REAL_TO_PROT
|
||||
movl LOCAL(real_to_prot_addr), %eax
|
||||
DATA32 call *%ax
|
||||
calll *%eax
|
||||
.endm
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue