mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
- Add debug print for unimplemented function
svn path=/trunk/; revision=42685
This commit is contained in:
parent
a70df9a883
commit
a3baeefe3a
1 changed files with 2 additions and 0 deletions
|
@ -466,6 +466,8 @@ IopRaiseHardError(IN PKAPC Apc,
|
|||
//PVPB Vpb = (PVPB)SystemArgument1;
|
||||
//PDEVICE_OBJECT DeviceObject = (PDEVICE_OBJECT)SystemArgument2;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
|
||||
/* FIXME: UNIMPLEMENTED */
|
||||
Irp->IoStatus.Status = STATUS_NOT_IMPLEMENTED;
|
||||
Irp->IoStatus.Information = 0;
|
||||
|
|
Loading…
Reference in a new issue