> That might be a complicated undertaking and may end up being messy, but it > would be nice to unify that code a bit.
I'm not suggesting that we do it all at once, but I've looked at this several times before a significant fractions of the use of #if FULL_SYSTEM can be changed to either just have both parts in at the same time (i.e. turn the object into a superset of FS and SE), or changed to a simple if-statement. My mistake was that the couple of times I went down this road, I tried to do it all at once. A better strategy is to do it in spurts as I get the urge and eventually, it will get cleaned out. This will also allow people to use the constant in the future instead of the #define. Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
