Print userland addresses where possible in bugchecks, etc.

svn path=/trunk/; revision=7709
This commit is contained in:
Art Yerkes 2004-01-17 03:19:35 +00:00
parent fa2b0ba8e3
commit c2d0df8688

View file

@ -207,7 +207,7 @@ KdbPrintAddress(PVOID address)
}
current_entry = current_entry->Flink;
}
return(FALSE);
return KdbPrintUserAddress(address);
}
VOID