summaryrefslogtreecommitdiff
path: root/configs/example/rubytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/rubytest.py')
-rw-r--r--configs/example/rubytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/rubytest.py b/configs/example/rubytest.py
index 2a789c979..a4daf6b82 100644
--- a/configs/example/rubytest.py
+++ b/configs/example/rubytest.py
@@ -92,7 +92,7 @@ tester = RubyTester(checks_to_complete = options.checks,
#
system = System(physmem = PhysicalMemory())
-system.ruby = Ruby.create_system(options, system.physmem)
+system.ruby = Ruby.create_system(options, system)
assert(options.num_cpus == len(system.ruby.cpu_ruby_ports))