* Sync up to trunk r55544.
[reactos.git] / lib / rtl / amd64 / debug_asm.S
index ca09236..b89ea57 100644 (file)
@@ -22,20 +22,31 @@ PUBLIC RtlpBreakWithStatusInstruction
 
 .code64
 
-DbgBreakPointNoBugCheck:
+.PROC DbgBreakPointNoBugCheck
+    .endprolog
     int 3
     ret
+.ENDP
 
-DbgBreakPoint:
 DbgUserBreakPoint:
+.PROC DbgBreakPoint
+    .endprolog
     int 3
     ret
+.ENDP
 
-DbgBreakPointWithStatus:
+.PROC DbgBreakPointWithStatus
+    .endprolog
     mov eax, ecx
-RtlpBreakWithStatusInstruction:
     int 3
     ret
+.ENDP
+
+.PROC RtlpBreakWithStatusInstruction
+    .endprolog
+    int 3
+    ret
+.ENDP
 
 DebugService2:
     ret