gem5/src/arch/mips/isa
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
..
formats MIPS: Fix a compiler warning from the eret instruction. 2012-01-28 07:24:23 -08:00
base.isa ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. 2010-10-31 00:07:20 -07:00
bitfields.isa Style: Replace some tabs with spaces. 2010-12-20 16:24:40 -05:00
decoder.isa clang: Fix recently introduced clang compilation errors 2012-03-19 06:35:04 -04:00
includes.isa Merge with main repository. 2012-01-07 02:10:34 -08:00
main.isa go back and fix up MIPS copyright headers 2007-11-16 21:32:22 -05:00
operands.isa ISA parser: Define operand types with a ctype directly. 2011-07-05 16:52:15 -07:00