Add "/" after "lock" and another instruction to improve compatibility.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9167 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -34,5 +34,5 @@
|
||||
ASM_GLOBAL ASM_PFX(InternalSyncCompareExchange64)
|
||||
ASM_PFX(InternalSyncCompareExchange64):
|
||||
mov %rdx, %rax
|
||||
lock cmpxchg %r8,(%rcx)
|
||||
lock/cmpxchg %r8,(%rcx)
|
||||
ret
|
||||
|
Reference in New Issue
Block a user