Bug fixed for pattern 'sti $1 > 4' (ADDREG -> ADDSCR)
Bug was present since version 1.1
This commit is contained in:
parent
d10d14acac
commit
7b745d6fb2
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ sti $1 == 2 | ADDREG ANY | remove(MEM_ALL)
|
|||
move(%[2],{IADDREG,%[1]}) | | |
|
||||
sti $1 == 4 | ADDREG ANY4 | remove(MEM_ALL)
|
||||
move(%[2],{IADDREG4,%[1]}) | | |
|
||||
sti $1 > 4 | ADDREG | remove(ALL)
|
||||
sti $1 > 4 | ADDSCR | remove(ALL)
|
||||
allocate(DATAREG4={IMMEDIATE4,$1/2-1})
|
||||
"1:"
|
||||
"move.w (sp)+,(%[1])+"
|
||||
|
|
Loading…
Reference in a new issue