Explorar o código

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

git-svn-id: trunk@22872 -
tom_at_work %!s(int64=12) %!d(string=hai) anos
pai
achega
5647d5112b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/arm/arm.inc

+ 1 - 1
rtl/arm/arm.inc

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