cpu: fix the incorrect debug message
Change-Id: I062e359e8c9205a9a993a33865434922c1f540b8
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user