66a67,69
> return
>
> def generateCode(self):
69c72
< return
---
> return ""
73,84d75
< # Header
< code('''
< /** Auto generated C++ code started by $__file__:$__line__ */
<
< #include "debug/RubySlicc.hh"
< #include "mem/protocol/Types.hh"
< ''')
<
< if self.isInternalMachineFunc:
< code('#include "mem/protocol/${{self.machineStr}}_Controller.hh"')
<
< code('using namespace std;')
107,110c98
< if self.isInternalMachineFunc:
< code.write(path, "%s_%s.cc" % (self.machineStr,self.c_ident))
< else:
< code.write(path, "%s.cc" % self.c_ident)
---
> return str(code)