]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteGdtr.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteGdtr.S
index 1a0f1d9d95d2b8698ca785a25de13c6808989652..3aedf7dd68c932a726f79a6c832199daaa2b5711 100644 (file)
@@ -28,8 +28,8 @@
 #   OUT IA32_DESCRIPTOR  *Gdtr\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.globl _InternalX86WriteGdtr\r
-_InternalX86WriteGdtr:\r
+.globl ASM_PFX(InternalX86WriteGdtr)\r
+ASM_PFX(InternalX86WriteGdtr):\r
     movl    4(%esp), %eax\r
     lgdt    (%eax)\r
     ret\r