Explorar el Código

plain 68000 also doesn't support 123(dX)

git-svn-id: trunk@27098 -
Károly Balogh hace 11 años
padre
commit
01febdd7f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/m68k/n68kcnv.pas

+ 1 - 1
compiler/m68k/n68kcnv.pas

@@ -212,7 +212,7 @@ implementation
                     if isvalidrefoffset(left.location.reference) then
                       begin
                         { Coldfire cannot handle tst.l 123(dX) }
-                        if (current_settings.cputype in cpu_coldfire) and
+                        if (current_settings.cputype in (cpu_coldfire + [cpu_mc68000])) and
                            isintregister(left.location.reference.base) then
                           begin
                             tmpreference:=left.location.reference;