Include pointer value in error message
Change-Id: I4bb3281f73de89a9ad0541d88061b995cb919731
[ROCm/clr commit: 4f7830c998]
This commit is contained in:
committed by
Maneesh Gupta
parent
c05056e695
commit
3f5cf1ce8b
@@ -95,7 +95,8 @@ static void handlePayload(MessageHandler& messages, uint32_t service, uint64_t*
|
||||
amd::MemObjMap::RemoveMemObj(reinterpret_cast<void*>(payload[0]));
|
||||
mem->release();
|
||||
} else {
|
||||
ClPrint(amd::LOG_ERROR, amd::LOG_ALWAYS, "Hostcall: Unknown pointer in devmem service\n");
|
||||
ClPrint(amd::LOG_ERROR, amd::LOG_ALWAYS, "Hostcall: Unknown pointer %p in devmem service",
|
||||
payload[0]);
|
||||
}
|
||||
} else {
|
||||
amd::Context& ctx = dev.context();
|
||||
|
||||
Reference in New Issue
Block a user