mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +02:00
* ifdef blx InterlockedExchange correctly
git-svn-id: trunk@22117 -
This commit is contained in:
parent
54e2b40ab4
commit
312984cb4f
@ -533,7 +533,7 @@ asm
|
||||
{$endif}
|
||||
stmfd sp!, {r1, lr}
|
||||
sub r0, r1, #8
|
||||
{$ifdef CPUARM_HAS_BX}
|
||||
{$ifdef CPUARM_HAS_BLX}
|
||||
blx InterLockedDecrement
|
||||
{$else}
|
||||
bl InterLockedDecrement
|
||||
|
Loading…
Reference in New Issue
Block a user