adds addr formatting to logging

This commit is contained in:
Eyck-Alexander Jentzsch 2024-09-23 12:21:43 +02:00
parent 2f3abf2f76
commit 4c0d1c75aa
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ iss::status riscv_hart_m_p<BASE, FEAT, LOGCAT>::write(const address_type type, c
<< std::hex << addr;
break;
default:
CPPLOG(TRACE) << prefix << "write of " << length << " bytes @addr " << addr;
CPPLOG(TRACE) << prefix << "write of " << length << " bytes @addr " << std::hex << addr;
}
#endif
try {