mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* PLD is not supported by thumb
git-svn-id: trunk@25407 -
This commit is contained in:
parent
cb1f38b0af
commit
7ef37b5d2a
@ -342,7 +342,7 @@ implementation
|
||||
ref : treference;
|
||||
r : tregister;
|
||||
begin
|
||||
if CPUARM_HAS_EDSP in cpu_capabilities[current_settings.cputype] then
|
||||
if not(GenerateThumbCode) and (CPUARM_HAS_EDSP in cpu_capabilities[current_settings.cputype] then
|
||||
begin
|
||||
secondpass(left);
|
||||
case left.location.loc of
|
||||
|
Loading…
Reference in New Issue
Block a user