]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteDr4.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteDr4.S
index 453de9ad444a40a815fceef2a8805c30611d88e5..d17595213a2c71f0e0e8695a80719d110088fbb7 100644 (file)
@@ -28,8 +28,8 @@
 #   IN UINTN Value\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.globl _AsmWriteDr4\r
-_AsmWriteDr4:\r
+.globl ASM_PFX(AsmWriteDr4)\r
+ASM_PFX(AsmWriteDr4):\r
     movl    4(%esp), %eax\r
     movl    %eax, %dr4\r
     ret\r