SLICC: Pass arguments by reference
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 29 Aug 2011 11:34:40 +0000 (06:34 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 29 Aug 2011 11:34:40 +0000 (06:34 -0500)
commitebda5c14a57d4c140e664b6f9c31dae9a94552aa
treec3690beba2669041b50b41692c701a81913fe786
parent1bbca50491202c6527743fcca9030d55b4ddc06b
SLICC: Pass arguments by reference
Arguments to functions were being passed by value. This patch
changes SLICC so that arguments are passed by reference.
src/mem/ruby/slicc_interface/AbstractController.hh
src/mem/slicc/ast/FormalParamAST.py