* ifdef blx InterlockedExchange correctly

git-svn-id: trunk@22117 -
This commit is contained in:
florian 2012-08-17 20:30:19 +00:00
parent 54e2b40ab4
commit 312984cb4f

View File

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