according to the M68K PRM and also GNU AS, plain 68000 has no BRA.L

git-svn-id: trunk@27083 -
This commit is contained in:
Károly Balogh 2014-03-10 18:36:10 +00:00
parent 075645d2b3
commit 6bd062b59f

View File

@ -113,7 +113,7 @@ type
const
cpu_capabilities : array[tcputype] of set of tcpuflags =
( { cpu_none } [],
{ cpu_68000 } [CPUM68K_HAS_DBRA,CPUM68K_HAS_TAS,CPUM68K_HAS_BRAL],
{ cpu_68000 } [CPUM68K_HAS_DBRA,CPUM68K_HAS_TAS],
{ cpu_68020 } [CPUM68K_HAS_DBRA,CPUM68K_HAS_CAS,CPUM68K_HAS_TAS,CPUM68K_HAS_BRAL],
{ cpu_68040 } [CPUM68K_HAS_DBRA,CPUM68K_HAS_CAS,CPUM68K_HAS_TAS,CPUM68K_HAS_BRAL],
{ cpu_isaa } [],