57c57
< def create_system(options, system, piobus, dma_devices):
---
> def create_system(options, system, piobus, dma_devices, ruby_system):
113c113,114
< options.allow_atomic_migration)
---
> options.allow_atomic_migration,
> ruby_system = ruby_system)
119c120,121
< physmem = system.physmem)
---
> physmem = system.physmem,
> ruby_system = ruby_system)
148c150,151
< N_tokens = n_tokens)
---
> N_tokens = n_tokens,
> ruby_system = ruby_system)
173,174c176
< size = \
< dir_size),
---
> size = dir_size),
176c178,179
< l2_select_num_bits = l2_bits)
---
> l2_select_num_bits = l2_bits,
> ruby_system = ruby_system)