gem5/src
Andreas Hansson adb8621031 clang: Fix recently introduced clang compilation errors
This patch makes the code compile with clang 2.9 and 3.0 again by
making two very minor changes. Firt, it maintains a strict typing in
the forward declaration of the BaseCPUParams. Second, it adds a
FullSystemInt flag of the type unsigned int next to the boolean
FullSystem flag. The FullSystemInt variable can be used in
decode-statements (expands to switch statements) in the instruction
decoder.
2012-03-19 06:35:04 -04:00
..
arch clang: Fix recently introduced clang compilation errors 2012-03-19 06:35:04 -04:00
base VNC: spacing 2012-03-01 17:26:36 -06:00
cpu clang: Fix recently introduced clang compilation errors 2012-03-19 06:35:04 -04:00
dev ARM: FIx missing cf controller connection. 2012-03-01 22:43:23 -06:00
doxygen
kern MEM: Make port proxies use references rather than pointers 2012-02-24 11:45:30 -05:00
mem cache: Allow main memory to be at disjoint address ranges. 2012-03-09 09:59:25 -05:00
python scripts: Fix to ensure that port connection count is always set 2012-03-19 06:34:02 -04:00
sim clang: Fix recently introduced clang compilation errors 2012-03-19 06:35:04 -04:00
unittest Stats: Add a sparse histogram stat object. 2011-08-19 15:08:05 -05:00
Doxyfile
SConscript build scripts: Made minor modifications to reduce build overhead time. 2012-03-06 19:07:41 -08:00