From: Nilay Vaish Date: Thu, 9 Jan 2014 16:45:50 +0000 (-0600) Subject: ruby: fix bug introduced to revision 8523754f8885 X-Git-Tag: stable_2014_08_26~221 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0387281e2a83fe34ddb23cc48a9f86fd60729d25;p=gem5.git ruby: fix bug introduced to revision 8523754f8885 --- diff --git a/src/mem/slicc/symbols/StateMachine.py b/src/mem/slicc/symbols/StateMachine.py index 1106dcadc..89bb5dc0a 100644 --- a/src/mem/slicc/symbols/StateMachine.py +++ b/src/mem/slicc/symbols/StateMachine.py @@ -298,7 +298,7 @@ TransitionResult doTransition(${ident}_Event event, ''') code(''' - const Address& addr); + const Address addr); TransitionResult doTransitionWorker(${ident}_Event event, ${ident}_State state, @@ -1158,7 +1158,7 @@ ${ident}_Controller::doTransition(${ident}_Event event, ${{self.TBEType.c_ident}}* m_tbe_ptr, ''') code(''' - const Address &addr) + const Address addr) { ''') if self.TBEType != None and self.EntryType != None: