mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:59:29 +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
|
||||
// specialize the write barrier because according to ARM, implementations for
|
||||
// "dmb st" may be more optimal than the more generic "dmb sy"
|
||||
{$ifdef CPUARM_HAS_DMB2}
|
||||
{$ifdef CPUARM_HAS_DMB}
|
||||
.long 0xf57ff05e // dmb st
|
||||
{$else}
|
||||
{$ifdef CPUARMV6}
|
||||
|
Loading…
Reference in New Issue
Block a user