Appended _NEAR to the near version of call and return.
--HG-- extra : convert_revision : 70adb38d59ff7b5d103e58a9f0773dfb911fec6d
This commit is contained in:
parent
f09847c7a6
commit
79b3208aa5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue