mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 01:49:20 +02:00
Fixed error in define selecting write barrier code that has been introduced during debugging
git-svn-id: trunk@22872 -
This commit is contained in:
parent
a86c4af0d6
commit
5647d5112b
@ -1049,7 +1049,7 @@ procedure WriteBarrier; assembler; nostackframe;
|
|||||||
asm
|
asm
|
||||||
// specialize the write barrier because according to ARM, implementations for
|
// specialize the write barrier because according to ARM, implementations for
|
||||||
// "dmb st" may be more optimal than the more generic "dmb sy"
|
// "dmb st" may be more optimal than the more generic "dmb sy"
|
||||||
{$ifdef CPUARM_HAS_DMB2}
|
{$ifdef CPUARM_HAS_DMB}
|
||||||
.long 0xf57ff05e // dmb st
|
.long 0xf57ff05e // dmb st
|
||||||
{$else}
|
{$else}
|
||||||
{$ifdef CPUARMV6}
|
{$ifdef CPUARMV6}
|
||||||
|
Loading…
Reference in New Issue
Block a user