[ros-diffs] [hpoussin] 32833: Add svn:eol-style=native property

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Fri Apr 4 07:49:51 CEST 2008


Author: hpoussin
Date: Fri Apr  4 00:49:50 2008
New Revision: 32833

URL: http://svn.reactos.org/svn/reactos?rev=32833&view=rev
Log:
Add svn:eol-style=native property

Modified:
    trunk/reactos/lib/rtl/powerpc/debug.c   (contents, props changed)

Modified: trunk/reactos/lib/rtl/powerpc/debug.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/powerpc/debug.c?rev=32833&r1=32832&r2=32833&view=diff
==============================================================================
--- trunk/reactos/lib/rtl/powerpc/debug.c [iso-8859-1] (original)
+++ trunk/reactos/lib/rtl/powerpc/debug.c [iso-8859-1] Fri Apr  4 00:49:50 2008
@@ -1,42 +1,42 @@
-#include <ntddk.h>
-#include <winddk.h>
-
-NTKERNELAPI
-VOID
-DbgBreakPoint() { __asm__("ti 31,0,0"); }
-
-NTKERNELAPI
-VOID
-DbgBreakPointWithStatus(ULONG Status) { __asm__("ti 31,0,0"); }
-
-NTSTATUS
-NTAPI
-DebugService
-(ULONG Service, const void *Buffer, ULONG Length, PVOID Arg1, PVOID Arg2)
-{
-    NTSTATUS Result;
-    __asm__("mr 0,%1\n\t"
-            "mr 3,%2\n\t"
-	    "mr 4,%3\n\t"
-	    "mr 5,%4\n\t"
-	    "mr 6,%5\n\t"
-	    "mr 7,%6\n\t"
-	    "sc\n\t"
-	    "mr %0,3\n\t" :
-	    "=r" (Result) :
-	    "r" (0x10000),
-	    "r" (Service),
-	    "r" (Buffer),
-	    "r" (Length),
-	    "r" (Arg1),
-	    "r" (Arg2) );
-    return Result;
-}
-
-NTSTATUS
-NTAPI
-DebugService2
-(PVOID Arg1, PVOID Arg2, ULONG Service)
-{
-    return STATUS_SUCCESS;
-}
+#include <ntddk.h>
+#include <winddk.h>
+
+NTKERNELAPI
+VOID
+DbgBreakPoint() { __asm__("ti 31,0,0"); }
+
+NTKERNELAPI
+VOID
+DbgBreakPointWithStatus(ULONG Status) { __asm__("ti 31,0,0"); }
+
+NTSTATUS
+NTAPI
+DebugService
+(ULONG Service, const void *Buffer, ULONG Length, PVOID Arg1, PVOID Arg2)
+{
+    NTSTATUS Result;
+    __asm__("mr 0,%1\n\t"
+            "mr 3,%2\n\t"
+	    "mr 4,%3\n\t"
+	    "mr 5,%4\n\t"
+	    "mr 6,%5\n\t"
+	    "mr 7,%6\n\t"
+	    "sc\n\t"
+	    "mr %0,3\n\t" :
+	    "=r" (Result) :
+	    "r" (0x10000),
+	    "r" (Service),
+	    "r" (Buffer),
+	    "r" (Length),
+	    "r" (Arg1),
+	    "r" (Arg2) );
+    return Result;
+}
+
+NTSTATUS
+NTAPI
+DebugService2
+(PVOID Arg1, PVOID Arg2, ULONG Service)
+{
+    return STATUS_SUCCESS;
+}

Propchange: trunk/reactos/lib/rtl/powerpc/debug.c
------------------------------------------------------------------------------
    svn:eol-style = native



More information about the Ros-diffs mailing list