gpu-compute: Fix typo with GPUTLB print (#529)

gpu-compute: Fix typo with GPUTLB print

Print was not properly ending in a newline, which caused confusion when
looking a trace with GPUTLB enabled. This fixes that.
This commit is contained in:
Matt Sinclair
2023-11-13 16:40:27 -06:00
committed by GitHub
parent f312804364
commit 75ca2c4282

View File

@@ -482,7 +482,7 @@ TLBCoalescer::processProbeTLBEvent()
stats.localqueuingCycles += (curTick() * pkt_cnt);
}
DPRINTF(GPUTLB, "Successfully sent TLB request for page %#x",
DPRINTF(GPUTLB, "Successfully sent TLB request for page %#x\n",
virt_page_addr);
//copy coalescedReq to issuedTranslationsTable