arch: Fix broken M5VarArgsFault initialization
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:38 +0000 (13:05 -0500)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:38 +0000 (13:05 -0500)
commitc3551e82f7087a0c0398ef037c979e0cc24d51ca
tree9118f6142c19a24375986f1ed3dde79d89725749
parent18b147acef164dcc7faa3a6c184c913a2bbb93fa
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.
src/arch/generic/debugfaults.hh