gem5/cpu/simple_cpu
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
..
simple_cpu.cc More reformatting of reference parameter declarations. 2004-02-04 11:16:30 -08:00
simple_cpu.hh Change "Foo& foo" declarations to "Foo &foo". 2004-02-02 15:55:35 -08:00