> Isn't the assertion backwards?  Looks to me that if data is nonzero
> you're asserting that neither STATIC_DATA nor DYNAMIC_DATA is set.
> Don't you need a '!' in that assertion?  Or change it to flags.any()
> or whatever the right operator is?
You're right of course.  It should be flags.any().

> Maybe you should run your regressions with m5.opt to catch assertion
> errors, especially when you're mucking with lots of assertions...
I generally do run opt, but clearly I did not in this case.  Sorry for
the hassle.

If you change the none to any in the first part of the if block, I
think things should pass brad.  If you like I can take care of it if
you need.

  Nate
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to