Parcourir la source

Fix a comment

jonathanvdc il y a 8 ans
Parent
commit
b884a46a50
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      kernel/modelverse_jit/jit.py

+ 1 - 1
kernel/modelverse_jit/jit.py

@@ -232,7 +232,7 @@ class AnalysisState(object):
         #                        ("CD", [user_root, "last_output", new_last_output]),
         #                        ("DE", [last_output_link])
         #                       ]
-        # yield 'nop'
+        # yield None
 
         value_id, = yield [("RD", [instruction_id, "value"])]
         gen = self.analyze(value_id)