52c52
< from m5.util import addToPath, fatal
---
> from m5.util import addToPath, fatal, warn
253,256d252
< if options.cpu_type == "AtomicSimpleCPU":
< print >> sys.stderr, "Ruby does not work with atomic cpu!!"
< sys.exit(1)
<