]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteDr7.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteDr7.S
index 62210ec9115faea8313c492243802541cb9a8719..1f3e9166751d7d7abc569274cea9283e42860f18 100644 (file)
@@ -28,8 +28,8 @@
 #   IN UINTN Value\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.globl _AsmWriteDr7\r
-_AsmWriteDr7:\r
+.globl ASM_PFX(AsmWriteDr7)\r
+ASM_PFX(AsmWriteDr7):\r
     movl    4(%esp), %eax\r
     movl    %eax, %dr7\r
     ret\r