mirror of https://github.com/acidanthera/audk.git
Fix some typos
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10521 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
20c1e33fe4
commit
d01a90fb3e
|
@ -32,8 +32,8 @@ MemoryFence (
|
|||
)
|
||||
{
|
||||
// This is a little bit of overkill and it is more about the compiler that it is
|
||||
// actually processor syncronization. This is like the _ReadWriteBarrier
|
||||
// Microsft specific intrinsic
|
||||
// actually processor synchronization. This is like the _ReadWriteBarrier
|
||||
// Microsoft specific intrinsic
|
||||
__asm__ __volatile__ ("":::"memory");
|
||||
}
|
||||
|
||||
|
|
|
@ -33,8 +33,8 @@ MemoryFence (
|
|||
)
|
||||
{
|
||||
// This is a little bit of overkill and it is more about the compiler that it is
|
||||
// actually processor syncronization. This is like the _ReadWriteBarrier
|
||||
// Microsft specific intrinsic
|
||||
// actually processor synchronization. This is like the _ReadWriteBarrier
|
||||
// Microsoft specific intrinsic
|
||||
__asm__ __volatile__ ("":::"memory");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue