mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
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
|
// 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
|
// actually processor synchronization. This is like the _ReadWriteBarrier
|
||||||
// Microsft specific intrinsic
|
// Microsoft specific intrinsic
|
||||||
__asm__ __volatile__ ("":::"memory");
|
__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
|
// 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
|
// actually processor synchronization. This is like the _ReadWriteBarrier
|
||||||
// Microsft specific intrinsic
|
// Microsoft specific intrinsic
|
||||||
__asm__ __volatile__ ("":::"memory");
|
__asm__ __volatile__ ("":::"memory");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user