On Tue, August 2, 2011 1:05 pm, nathan binkert wrote: >> + if env['PROTOCOL'] != 'None': >> + env['RUBY'] = True >> + else: >> + env['RUBY'] = False >> + > > Is this really necessary? Can't we just find the cases of env['RUBY'] > and fix them? >
We can remove RUBY. I was avoiding doing that. I will push in a patch for this. -- Nilay _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
