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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user