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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user