> + 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? Nate _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
