summaryrefslogtreecommitdiff
path: root/src/cpu/rubytest/Check.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/rubytest/Check.cc')
-rw-r--r--src/cpu/rubytest/Check.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/rubytest/Check.cc b/src/cpu/rubytest/Check.cc
index ca7ca8457..867e755a8 100644
--- a/src/cpu/rubytest/Check.cc
+++ b/src/cpu/rubytest/Check.cc
@@ -334,7 +334,7 @@ Check::pickInitiatingNode()
}
void
-Check::print(ostream& out) const
+Check::print(std::ostream& out) const
{
out << "["
<< m_address << ", value: "
@@ -342,7 +342,7 @@ Check::print(ostream& out) const
<< m_status << ", initiating node: "
<< m_initiatingNode << ", store_count: "
<< m_store_count
- << "]" << flush;
+ << "]" << std::flush;
}
void