diff --git a/components/uArch/CoreModel/debug.cpp b/components/uArch/CoreModel/debug.cpp index 51d901f4..1017d566 100644 --- a/components/uArch/CoreModel/debug.cpp +++ b/components/uArch/CoreModel/debug.cpp @@ -85,7 +85,6 @@ MemQueueEntry::describe(std::ostream& anOstream) const if (theValue) { anOstream << " =" << std::hex << *theValue; } if (theExtendedValue) { anOstream << " x=" << *theExtendedValue; } - if (theCompareValue) { anOstream << " ?=" << *theCompareValue; } if (theAnnulled) { anOstream << " {annulled}"; } if (theStoreComplete) { anOstream << " {store-complete}"; }