]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.asm
MdePkg/BaseLib: Remove the unnecessary '_' before library APIs in ASM/NASM
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuBreakpoint.asm
index e4364055e8ee3f3d9bf9ebfc1c47a732f738a0d0..ab7c2cf40605f3afb7b0bc24956d3b275026599f 100644 (file)
@@ -1,5 +1,5 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 ; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
@@ -32,9 +32,9 @@
 ;   VOID\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-_CpuBreakpoint   PROC\r
+CpuBreakpoint   PROC\r
     int  3\r
     ret\r
-_CpuBreakpoint   ENDP\r
+CpuBreakpoint   ENDP\r
 \r
     END\r