gem5/sim
Steve Reinhardt 98948b2e57 More reformatting of reference parameter declarations.
The last change only caught the ones with types that
started with capitals.  This pass catches the rest
(mostly STL and uint*_t types).

base/cprintf_formats.hh:
cpu/simple_cpu/simple_cpu.cc:
sim/serialize.cc:
sim/serialize.hh:
    Change "foo_t& foo" to "foo_t &foo".

--HG--
extra : convert_revision : fc7f7425db2aef33e490f952b5ce74c8c36d0d41
2004-02-04 11:16:30 -08:00
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
builder.hh provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
debug.cc - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
debug.hh Import changeset 2003-10-07 10:41:54 -04:00
eventq.cc Stats & serialization tweaks & cleanup. Unserializing from 2003-12-11 00:16:46 -08:00
eventq.hh - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc provide an output stream for simulator output. (This takes place of the 2004-01-29 00:38:18 -05:00
param.cc Support for Serializable non-SimObject things like events. 2003-10-29 21:45:39 -08:00
param.hh Get rid of lots of obsolete mentions of stat_sdb_t. 2003-10-29 22:22:03 -08:00
process.cc Stats & serialization tweaks & cleanup. Unserializing from 2003-12-11 00:16:46 -08:00
process.hh Restructuring of LiveProcess etc. to support multiple emulated OS syscall 2003-12-01 19:34:38 -08:00
serialize.cc More reformatting of reference parameter declarations. 2004-02-04 11:16:30 -08:00
serialize.hh More reformatting of reference parameter declarations. 2004-02-04 11:16:30 -08:00
sim_events.cc - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
sim_events.hh - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Setup initialization callbacks 2004-01-14 02:00:20 -05:00
sim_object.hh Setup initialization callbacks 2004-01-14 02:00:20 -05:00
syscall_emul.cc Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
syscall_emul.hh Change "Foo& foo" declarations to "Foo &foo". 2004-02-02 15:55:35 -08:00
system.cc We only need to choose that we do want binning, or we don't. 2003-11-22 15:07:53 -05:00
system.hh We only need to choose that we do want binning, or we don't. 2003-11-22 15:07:53 -05:00
universe.cc remove #include of nonexistent file 2004-01-29 10:32:01 -05:00