diff options
Diffstat (limited to 'src/mem/slicc/ast/CheckStopSlotsStatementAST.py')
-rw-r--r-- | src/mem/slicc/ast/CheckStopSlotsStatementAST.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/slicc/ast/CheckStopSlotsStatementAST.py b/src/mem/slicc/ast/CheckStopSlotsStatementAST.py index 307fbd6a1..9320aebac 100644 --- a/src/mem/slicc/ast/CheckStopSlotsStatementAST.py +++ b/src/mem/slicc/ast/CheckStopSlotsStatementAST.py @@ -45,7 +45,7 @@ class CheckStopSlotsStatementAST(StatementAST): var = self.variable.var assert var not in self.resources - check_code = code_formatter() + check_code = self.slicc.codeFormatter() if self.condStr == "((*in_msg_ptr)).m_isOnChipSearch": check_code(''' const Response9Msg* in_msg_ptr = |