Browse Source

Fix a comment

jonathanvdc 8 years ago
parent
commit
b884a46a50
1 changed files with 1 additions and 1 deletions
  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)