Files
gem5/src/arch/power
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
..
2015-07-28 01:58:04 -05:00
2016-02-06 17:21:20 -08:00
2014-10-22 15:59:57 -05:00
2015-07-28 01:58:04 -05:00
2015-07-28 01:58:04 -05:00
2016-02-06 17:21:18 -08:00
2009-10-27 09:24:39 -07:00
2015-07-28 01:58:04 -05:00
2012-01-29 02:04:34 -08:00
2012-01-30 21:07:57 -08:00