diff options
author | Polina Dudnik <pdudnik@gmail.com> | 2009-05-11 10:38:46 -0700 |
---|---|---|
committer | Polina Dudnik <pdudnik@gmail.com> | 2009-05-11 10:38:46 -0700 |
commit | 29f82f265aa7085eaf0659be8f67b2a95f5326e5 (patch) | |
tree | 4dabd61894ed58d3d35487ef4dfa6b70f7e6f8d7 /src/mem/ruby/tester/main.cc | |
parent | b271090923aedd9a01d845023439af63cac46e55 (diff) | |
download | gem5-29f82f265aa7085eaf0659be8f67b2a95f5326e5.tar.xz |
ruby: Removed g_SIMULATING flag
1. removed checks from tester files
2. removed else clause in Sequencer and DirectoryMemory else clause is
needed by the tester, it is up to Derek to revive it elsewhere when he
gets to it
Also:
1. Changed m_entries in DirectoryMemory to a map
2. And replaced SIMICS_read_physical_memory with a call to now-dummy
Derek's-to-be readPhysMem function
Diffstat (limited to 'src/mem/ruby/tester/main.cc')
-rw-r--r-- | src/mem/ruby/tester/main.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/ruby/tester/main.cc b/src/mem/ruby/tester/main.cc index f36168c8e..5e77488e9 100644 --- a/src/mem/ruby/tester/main.cc +++ b/src/mem/ruby/tester/main.cc @@ -43,9 +43,5 @@ int main(int argc, char *argv[]) { - if (g_SIMULATING) { - ERROR_MSG("g_SIMULATING should not be defined."); - } - tester_main(argc, argv); } |