Sfoglia il codice sorgente

Bug fixed for pattern 'sti $1 > 4' (ADDREG -> ADDSCR)

--HG--
branch : unlabeled-1.1.1
bal 39 anni fa
parent
commit
39bc2f6d36
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      mach/m68k2/cg/table

+ 1 - 1
mach/m68k2/cg/table

@@ -405,7 +405,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])+"