]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EdkCompatabilityPg: Add missing .globl statement
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jul 2011 15:36:43 +0000 (15:36 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jul 2011 15:36:43 +0000 (15:36 +0000)
signed-off-by:andrewfish
reviewed-by: lgao4

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12057 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/Cpu.S

index 38c663e1314403f4b9d2f40744307fe908260e44..065f6146896c50dbb4d7e0410090b8b0864ada69 100644 (file)
@@ -26,6 +26,7 @@
 .globl ASM_PFX(EfiDisableCache)\r
 .globl ASM_PFX(EfiEnableCache)\r
 .globl ASM_PFX(EfiReadMsr)\r
+.globl ASM_PFX(EfiWriteMsr)\r
 .globl ASM_PFX(EfiGetEflags)\r
 .globl ASM_PFX(EfiDisableInterrupts)\r
 .globl ASM_PFX(EfiEnableInterrupts)\r