no python files to be committed in isafunctions
[openpower-isa.git] / src / openpower / decoder / pseudo / pywriter.py
index 8cde6d1964e3c7e0098154d9f0172919fdaf0dfb..efca91c9094a0c473affb50f666901fc968d45a7 100644 (file)
@@ -96,7 +96,7 @@ class PyISAWriter(ISA):
                 # blech! this works in combination with ISACaller
                 # @inject decorator, which works by injecting
                 # global variables into the function namespace.
-                for blech in ['NIA', 'cond_ok', 'ctr_ok']:
+                for blech in ['NIA', 'end_loop']:
                     if blech in pycode:  # HACK - TODO fix
                         f.write("        global %s\n" % blech)
                 pycode = pycode.split("\n")