mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Print userland addresses where possible in bugchecks, etc.
svn path=/trunk/; revision=7709
This commit is contained in:
@@ -207,7 +207,7 @@ KdbPrintAddress(PVOID address)
|
||||
}
|
||||
current_entry = current_entry->Flink;
|
||||
}
|
||||
return(FALSE);
|
||||
return KdbPrintUserAddress(address);
|
||||
}
|
||||
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user