Dariusz Mazur wrote:
> Hi
>  is there in FPC a membar instruction, like #StoreLoad macro or smp_mb();

ReadBarrier, ReadDependencyBarrier, ReadWriteBarrier, WriteBarrier; in
system unit.

> and second need instruction is NOOP

Don't know about this one, can't you use a do nothing loop?

Micha
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to