gem5/src/arch/mips/isa
Andreas Hansson 0acd2a96e5 scons: Add warning for overloaded virtual functions
A derived function with a different signature than a base class
function will result in the base class function of the same name being
hidden. The parameter list and return type for the member function in
the derived class must match those of the member function in the base
class, otherwise the function in the derived class will hide the
function in the base class and no polymorphic behaviour will occur.

This patch addresses these warnings by ensuring a unique function name
to avoid (unintentionally) hiding any functions.
2013-02-19 05:56:06 -05:00
..
formats scons: Add warning for overloaded virtual functions 2013-02-19 05:56:06 -05: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 ISA: Make the decode function part of the ISA's decoder. 2012-05-25 00:55:24 -07: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