mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +02:00
plain 68000 also doesn't support 123(dX)
git-svn-id: trunk@27098 -
This commit is contained in:
parent
5ddb267d57
commit
01febdd7f3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user