diff options
-rw-r--r-- | src/cpu/testers/rubytest/RubyTester.cc | 1 |
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); |