Add stub for HalAllocateCrashDumpRegisters
authorHervé Poussineau <hpoussin@reactos.org>
Sat, 26 Nov 2005 08:21:42 +0000 (08:21 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Sat, 26 Nov 2005 08:21:42 +0000 (08:21 +0000)
svn path=/trunk/; revision=19616

reactos/hal/hal/hal.c
reactos/hal/hal/hal.def
reactos/hal/halx86/generic/misc.c

index 21f0be3..afd73b1 100644 (file)
@@ -126,6 +126,16 @@ HalAllocateCommonBuffer(
 }
 
 
+VOID
+NTAPI
+HalAllocateCrashDumpRegisters(
+  ULONG Unknown1,
+  ULONG Unknown2)
+{
+  UNIMPLEMENTED;
+}
+
+
 NTSTATUS
 NTAPI
 HalAssignSlotResources(
index 3b38a26..0076c3e 100644 (file)
@@ -11,7 +11,7 @@ HalAdjustResourceList@4
 HalAllProcessorsStarted@0
 HalAllocateAdapterChannel@16
 HalAllocateCommonBuffer@16
-;HalAllocateCrashDumpRegisters@8
+HalAllocateCrashDumpRegisters@8
 HalAssignSlotResources@32
 HalBeginSystemInterrupt@12
 HalCalibratePerformanceCounter@4
index 227479f..369f981 100644 (file)
 
 /* FUNCTIONS ****************************************************************/
 
+
+VOID
+NTAPI
+HalAllocateCrashDumpRegisters(
+  ULONG Unknown1,
+  ULONG Unknown2)
+{
+  UNIMPLEMENTED;
+}
+
+
 VOID STDCALL
 HalHandleNMI(ULONG Unused)
 {