i386: Move from explicit ADDR32/DATA32 prefixes to instruction suffixes.

Is more portable.
Binary is unchanged (verified).
This commit is contained in:
Vladimir Serbinenko 2015-02-21 17:13:23 +01:00
parent 065ad910f1
commit f571dc1af8
4 changed files with 9 additions and 9 deletions

View file

@ -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
/*