1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Slightly better reporting on bad DSL ops

This commit is contained in:
Ross Wilson
2016-01-20 15:09:05 +07:00
parent c846714bdd
commit 37e1ae5142

View File

@@ -563,6 +563,7 @@ class TestCPU(object):
elif opcode == 'checkfile':
r = self.checkfile(fld1, fld2)
else:
print("Unrecognized opcode '%s' in: %s" % (opcode, test))
raise Exception("Unrecognized opcode '%s' in: %s" % (opcode, test))
if r is not None: