diff options
Diffstat (limited to 'src/cpu/rubytest/CheckTable.cc')
-rw-r--r-- | src/cpu/rubytest/CheckTable.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/rubytest/CheckTable.cc b/src/cpu/rubytest/CheckTable.cc index 875b4b31e..1674ca234 100644 --- a/src/cpu/rubytest/CheckTable.cc +++ b/src/cpu/rubytest/CheckTable.cc @@ -126,6 +126,6 @@ CheckTable::getCheck(const Address& address) } void -CheckTable::print(ostream& out) const +CheckTable::print(std::ostream& out) const { } |