plain 68000 also doesn't support 123(dX)

git-svn-id: trunk@27098 -
This commit is contained in:
Károly Balogh 2014-03-11 20:47:37 +00:00
parent 5ddb267d57
commit 01febdd7f3

View File

@ -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;