mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
I shouldn't commit at night...never!
svn path=/trunk/; revision=13697
This commit is contained in:
parent
55344520dd
commit
c0cf3a6c0a
1 changed files with 0 additions and 9 deletions
|
@ -7615,15 +7615,6 @@ KeMemoryBarrier(
|
|||
__asm__ __volatile__ ("xchg %%eax, %0" : : "m" (Barrier) : "%eax");
|
||||
}
|
||||
|
||||
static __inline
|
||||
VOID
|
||||
KeMemoryBarrier(
|
||||
VOID)
|
||||
{
|
||||
volatile LONG Barrier;
|
||||
__asm__ __volatile__ ("xchg %%eax, %0" : : "m" (Barrier) : "%eax");
|
||||
}
|
||||
|
||||
NTOSAPI
|
||||
LONG
|
||||
DDKAPI
|
||||
|
|
Loading…
Reference in a new issue