Searched hist:9414 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/generic/
H A Ddebugfaults.hh9414:88fa4031a9e3 Mon Jan 07 13:05:00 EST 2013 Andreas Sandberg <Andreas.Sandberg@ARM.com> arch: Fix broken M5VarArgsFault initialization

At least gcc 4.4.3 seems to get confused by the use of func both as a
template parameter and a member variable in the M5VarArgsFault
class. This causes the value of the member variable func to be
unpredictable in M5VarArgsFault objects. This changeset renames the
template parameter to remove this ambiguity.

Completed in 7 milliseconds