Przeglądaj źródła

+ implementation of WriteBarrier

git-svn-id: trunk@13554 -
florian 16 lat temu
rodzic
commit
3ce72907c2
1 zmienionych plików z 1 dodań i 1 usunięć
  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}