Appended _NEAR to the near version of call and return.

--HG--
extra : convert_revision : 70adb38d59ff7b5d103e58a9f0773dfb911fec6d
This commit is contained in:
Gabe Black 2007-07-20 15:03:03 -07:00
parent f09847c7a6
commit 79b3208aa5
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
# Authors: Gabe Black
microcode = '''
def macroop CALL_I
def macroop CALL_NEAR_I
{
# Make the default data size of calls 64 bits in 64 bit mode
.adjust_env oszIn64Override

View file

@ -54,7 +54,7 @@
# Authors: Gabe Black
microcode = '''
def macroop RET
def macroop RET_NEAR
{
# Make the default data size of rets 64 bits in 64 bit mode
.adjust_env oszIn64Override