cpu: fix the incorrect debug message

Change-Id: I062e359e8c9205a9a993a33865434922c1f540b8
This commit is contained in:
studyztp
2024-08-18 11:24:12 -07:00
committed by Bobby R. Bruce
parent 1410c29147
commit 7ffa3646bd

View File

@@ -200,7 +200,7 @@ LooppointAnalysis::stopListening()
if (_listener != nullptr) {
delete(_listener);
DPRINTF(LooppointAnalysis,
"Stop listening to the RetiredInstsPC\n");
"Deleted Listener pointer\n");
}
}
listeners.clear();