ruby: fix bug introduced to revision 8523754f8885

This commit is contained in:
Nilay Vaish
2014-01-09 10:45:50 -06:00
parent 8559081648
commit 0387281e2a

View File

@@ -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: