Skip to content
Snippets Groups Projects
Commit ffddc885 authored by Markus Holzer's avatar Markus Holzer
Browse files

BugFix of the fas_subs function in rng nodes.

parent e87b4daf
No related merge requests found
......@@ -61,7 +61,7 @@ class RNGBase(CustomCodeNode):
result.update(loop_counters)
return result
def fast_subs(self, _):
def fast_subs(self, *_):
return self # nothing to replace inside this node - would destroy intermediate "dummy" by re-creating them
def get_code(self, dialect, vector_instruction_set):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment