gem5/src/arch/power/isa
Steve Reinhardt f5343df1e1 arch: get rid of dummy var init
MemOperand variables were being initialized to 0
"to avoid 'uninitialized variable' errors" but these
no longer seem to be a problem (with the exception of
one use case in POWER that is arguably broken and
easily fixed here).

Getting rid of the initialization is necessary to
set up a subsequent patch which extends memory
operands to possibly not be scalars, making the
'= 0' initialization no longer feasible.
2016-02-06 17:21:20 -08:00
..
formats cpu. arch: add initiateMemRead() to ExecContext interface 2016-01-17 18:27:46 -08:00
bitfields.isa Power: Change bitfield name to avoid conflicts with range_map 2012-03-26 05:35:24 -04:00
decoder.isa arch: get rid of dummy var init 2016-02-06 17:21:20 -08:00
includes.isa ISA: Make the decode function part of the ISA's decoder. 2012-05-25 00:55:24 -07:00
main.isa POWER: Add support for the Power ISA 2009-10-27 09:24:39 -07:00
operands.isa ISA parser: Define operand types with a ctype directly. 2011-07-05 16:52:15 -07:00