2a3
> # Copyright (c) 2013 Advanced Micro Devices, Inc.
55a57,58
> dflag = "%s" % (self.exprs[0].name)
> machine.addDebugFlag(dflag)
64,65c67,68
< code('DPRINTF(RubySlicc, "$0: $1")',
< self.exprs[0].location, format[2:format_length-2])
---
> code('DPRINTF($0, "$1: $2")',
> dflag, self.exprs[0].location, format[2:format_length-2])
67c70,71
< code('DPRINTF(RubySlicc, "$0: $1", $2)',
---
> code('DPRINTF($0, "$1: $2", $3)',
> dflag,