Explorar o código

+ implementation of WriteBarrier

git-svn-id: trunk@13554 -
florian %!s(int64=16) %!d(string=hai) anos
pai
achega
3ce72907c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/x86_64/x86_64.inc

+ 1 - 1
rtl/x86_64/x86_64.inc

@@ -654,7 +654,7 @@ end;
 
 procedure WriteBarrier;assembler;nostackframe;{$ifdef SYSTEMINLINE}inline;{$endif}
 asm
-  { no write reordering on intel CPUs (yet) }
+  sfence
 end;
 
 {$endif}