Explorar el Código

+ implementation of WriteBarrier

git-svn-id: trunk@13554 -
florian hace 16 años
padre
commit
3ce72907c2
Se han modificado 1 ficheros con 1 adiciones y 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}