]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteDr2.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteDr2.S
index c946d296da2ceb10945495f43726a18dab994150..ca4e301b934bca426d94f677150f0c44fcc8c340 100644 (file)
@@ -28,8 +28,8 @@
 #   IN UINTN Value\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.globl _AsmWriteDr2\r
-_AsmWriteDr2:\r
+.globl ASM_PFX(AsmWriteDr2)\r
+ASM_PFX(AsmWriteDr2):\r
     movl    4(%esp), %eax\r
     movl    %eax, %dr2\r
     ret\r