+ implementation of WriteBarrier

git-svn-id: trunk@13554 -
This commit is contained in:
florian 2009-08-18 16:31:18 +00:00
parent e0c51caa7d
commit 3ce72907c2

View File

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