improves logging output
This commit is contained in:
parent
5f9d0beafb
commit
1fb7e8fcea
@ -706,7 +706,7 @@ iss::status riscv_hart_m_p<BASE, FEAT, LOGCAT>::write(const address_type type, c
|
|||||||
<< std::hex << addr;
|
<< std::hex << addr;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
CPPLOG(TRACE) << prefix << "write of " << length << " bytes @addr " << std::hex << addr;
|
CPPLOG(TRACE) << prefix << "write of " << length << " bytes @addr 0x" << std::hex << addr;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user