> Does that mean that format specifiers used in DPRINTF() statements are just > place holders? In not, what would be the format specifier for printing an > object of some class that supports << operator?
No. %s passes a string in an unprocessed way, but the other format specifiers do various ostream manipulations to mimic printf. I tried pretty hard to have cprintf match printf exactly. _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
