Commit in reactos/ntoskrnl/kd on MAIN
gdbstub.c+4-31.27 -> 1.28
Fixed handling of exceptions in memory read/write functions, moved ASSERT(0) to the right place.

reactos/ntoskrnl/kd
gdbstub.c 1.27 -> 1.28
diff -u -r1.27 -r1.28
--- gdbstub.c	25 Nov 2004 22:18:17 -0000	1.27
+++ gdbstub.c	2 Dec 2004 01:33:02 -0000	1.28
@@ -1410,11 +1410,12 @@
           /* reply to the request */
           GspPutPacket (&GspOutBuffer[0]);
         }
+
+      /* not reached */
+      ASSERT(0);
     }
 
-    /* not reached */
-    ASSERT(0);
-    return kdHandleException;
+    return kdDoNotHandleException;
 }
 
 
CVSspam 0.2.8