]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteIdtr.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteIdtr.S
index 6e79b212cc7e87894bbe65e33b45c9e0610cfdeb..c3e6ad33532f42ea0280f6c84cbf2d6cc0339094 100644 (file)
@@ -28,8 +28,8 @@
 #   OUT IA32_DESCRIPTOR  *Idtr\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.globl _InternalX86WriteIdtr\r
-_InternalX86WriteIdtr:\r
+.globl ASM_PFX(InternalX86WriteIdtr)\r
+ASM_PFX(InternalX86WriteIdtr):\r
     movl    4(%esp), %eax\r
     lidt    (%eax)\r
     ret\r