29a30
> from m5.util import warn
84,85c85,86
< print >>sys.stderr, "Warning: rounding error > tolerance"
< print >>sys.stderr, " %f rounded to %d" % (value, int_value)
---
> warn("rounding error > tolerance\n %f rounded to %d", value,
> int_value)