diff options
author | Daniel Sanchez <sanchezd@stanford.edu> | 2009-05-11 10:38:44 -0700 |
---|---|---|
committer | Daniel Sanchez <sanchezd@stanford.edu> | 2009-05-11 10:38:44 -0700 |
commit | ab5e4a22b3893fb0ccdfbf466d46983caeb5948e (patch) | |
tree | 58681979392d2f395da7c284c2f42113939396ee /src/mem/ruby/init.cc | |
parent | 84a18e7fdc6106a04188254f940a0e987efe750c (diff) | |
download | gem5-ab5e4a22b3893fb0ccdfbf466d46983caeb5948e.tar.xz |
ruby: Removed System name clash by renaming ruby's System to RubySystem
Diffstat (limited to 'src/mem/ruby/init.cc')
-rw-r--r-- | src/mem/ruby/init.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/init.cc b/src/mem/ruby/init.cc index 5efc8f691..e230bb591 100644 --- a/src/mem/ruby/init.cc +++ b/src/mem/ruby/init.cc @@ -219,7 +219,7 @@ void init_simulator() cout << "Creating system..." << endl; cout << " Processors: " << RubyConfig::numberOfProcessors() << endl; - g_system_ptr = new System; + g_system_ptr = new RubySystem; cout << "Creating system done" << endl; // if opal is loaded, its static interface object (inst) will be non-null, |