Skip to content
Snippets Groups Projects
Commit cc4e9246 authored by Emma Söderberg's avatar Emma Söderberg
Browse files

Fix code generation problems

parent 11a3cb2e
Branches
No related tags found
No related merge requests found
......@@ -279,13 +279,13 @@ $endif
ASTNode.traceRewriteCached [[
$if (TraceRewrite)
state().trace().cacheWrite(this, "ASTNode.getChild", i, nodeToString(node));
state().trace().cacheWrite("AST", this, "ASTNode.getChild", i, nodeToString(node));
$endif
]]
ASTNode.traceRewriteCacheAbort [[
$if (TraceRewrite)
state().trace().cacheAbort(this, "ASTNode.getChild", i, nodeToString(node));
state().trace().cacheAbort("AST", this, "ASTNode.getChild", i, nodeToString(node));
$endif
]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment