diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2012-04-06 17:51:47 -0700 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2012-04-06 17:51:47 -0700 |
commit | 3fd425124c7696c98b441d8b867147438c9a79b8 (patch) | |
tree | 29454a9712de0a8f162c2442c3ee52c171ab6a9b /src/cpu | |
parent | 697fd8987b77fb7bfe1ee88fa4591d5c6215d7bc (diff) | |
download | gem5-3fd425124c7696c98b441d8b867147438c9a79b8.tar.xz |
rubytest: remove spurious printf
Diffstat (limited to 'src/cpu')
-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); |