mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix build...
svn path=/trunk/; revision=35822
This commit is contained in:
@@ -4695,10 +4695,7 @@ VOID
|
||||
MemoryBarrier(VOID)
|
||||
{
|
||||
LONG Barrier;
|
||||
__asm__ __volatile__
|
||||
{
|
||||
xchg Barrier, eax
|
||||
}
|
||||
__asm__ __volatile__("xchgl %%eax, %[Barrier]" : : [Barrier] "m" (Barrier) : "memory");
|
||||
}
|
||||
#elif defined (_M_AMD64)
|
||||
#define MemoryBarrier()
|
||||
|
||||
Reference in New Issue
Block a user