Add stub for HalAllocateCrashDumpRegisters

svn path=/trunk/; revision=19616
This commit is contained in:
Hervé Poussineau 2005-11-26 08:21:42 +00:00
parent 985854dfc5
commit 45dc2d15aa
3 changed files with 22 additions and 1 deletions

View file

@ -126,6 +126,16 @@ HalAllocateCommonBuffer(
} }
VOID
NTAPI
HalAllocateCrashDumpRegisters(
ULONG Unknown1,
ULONG Unknown2)
{
UNIMPLEMENTED;
}
NTSTATUS NTSTATUS
NTAPI NTAPI
HalAssignSlotResources( HalAssignSlotResources(

View file

@ -11,7 +11,7 @@ HalAdjustResourceList@4
HalAllProcessorsStarted@0 HalAllProcessorsStarted@0
HalAllocateAdapterChannel@16 HalAllocateAdapterChannel@16
HalAllocateCommonBuffer@16 HalAllocateCommonBuffer@16
;HalAllocateCrashDumpRegisters@8 HalAllocateCrashDumpRegisters@8
HalAssignSlotResources@32 HalAssignSlotResources@32
HalBeginSystemInterrupt@12 HalBeginSystemInterrupt@12
HalCalibratePerformanceCounter@4 HalCalibratePerformanceCounter@4

View file

@ -16,6 +16,17 @@
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/
VOID
NTAPI
HalAllocateCrashDumpRegisters(
ULONG Unknown1,
ULONG Unknown2)
{
UNIMPLEMENTED;
}
VOID STDCALL VOID STDCALL
HalHandleNMI(ULONG Unused) HalHandleNMI(ULONG Unused)
{ {