Skip to content

Commit

Permalink
fix: remove MemoryQueueEntry compare logs
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Sep 5, 2024
1 parent 32430b9 commit 5807717
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/uArch/CoreModel/debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}"; }
Expand Down

0 comments on commit 5807717

Please sign in to comment.