slicc: Fix bug in enqueue and peek statements.
authorDavid Hashe <david.hashe@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000 (09:15 -0500)
committerDavid Hashe <david.hashe@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000 (09:15 -0500)
commit910638f3381ab2c421486eb2353ab60e3676688c
tree2c2c8be8647b7fb4a6563ff9101135968131f2b9
parent3d8c8a85faaf63d96064693f4826f58ce88c8c9f
slicc: Fix bug in enqueue and peek statements.

These were not generating the correct c names for types declared within a
machine scope.
src/mem/slicc/ast/EnqueueStatementAST.py
src/mem/slicc/ast/PeekStatementAST.py