Ver Fonte

+ implementation of WriteBarrier

git-svn-id: trunk@13554 -
florian há 16 anos atrás
pai
commit
3ce72907c2
1 ficheiros alterados com 1 adições e 1 exclusões
  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}