> If we just want to insert __FILE__ and __LINE__ as part of the prefix, > we should define a new flavor of DPRINTF that does that in the same > header where DPRINTF itself is, and use that version as-is in SLICC. > Maybe call it DPRINTFL?
Which __FILE__ and __LINE__ are getting inserted? Something from the .sm file, or something from the generated code. If it's the .sm file, then __FILE__/__LINE__ wouldn't work unless we make slicc output #line statements for the preprocessor (a good idea IMHO) Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
