Fixed error in define selecting write barrier code that has been introduced during debugging

git-svn-id: trunk@22872 -
This commit is contained in:
tom_at_work 2012-10-29 08:33:31 +00:00
parent a86c4af0d6
commit 5647d5112b

View File

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