summaryrefslogtreecommitdiff
path: root/src/cpu/testers/rubytest
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2012-04-06 17:51:47 -0700
committerBrad Beckmann <Brad.Beckmann@amd.com>2012-04-06 17:51:47 -0700
commit3fd425124c7696c98b441d8b867147438c9a79b8 (patch)
tree29454a9712de0a8f162c2442c3ee52c171ab6a9b /src/cpu/testers/rubytest
parent697fd8987b77fb7bfe1ee88fa4591d5c6215d7bc (diff)
downloadgem5-3fd425124c7696c98b441d8b867147438c9a79b8.tar.xz
rubytest: remove spurious printf
Diffstat (limited to 'src/cpu/testers/rubytest')
-rw-r--r--src/cpu/testers/rubytest/RubyTester.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/testers/rubytest/RubyTester.cc b/src/cpu/testers/rubytest/RubyTester.cc
index 7cc892166..657167394 100644
--- a/src/cpu/testers/rubytest/RubyTester.cc
+++ b/src/cpu/testers/rubytest/RubyTester.cc
@@ -122,7 +122,6 @@ RubyTester::getMasterPort(const std::string &if_name, int idx)
return MemObject::getMasterPort(if_name, idx);
} else {
if (if_name == "cpuInstPort") {
- printf("print getting inst port %d\n", idx);
if (idx > m_num_inst_ports) {
panic("RubyTester::getMasterPort: unknown inst port idx %d\n",
idx);