diff options
| author | 2023-02-12 20:21:25 +0000 | |
|---|---|---|
| committer | 2023-02-12 20:21:25 +0000 | |
| commit | 4f14e48ba5d3ff1329b92f847d27c2a1c75f0a1e (patch) | |
| tree | 6a244314ac54df2c3555f08623b44a3620533600 /asm/creole.py | |
| parent | add immediate signed and unsigned tests (diff) | |
more loop tests
Diffstat (limited to 'asm/creole.py')
| -rw-r--r-- | asm/creole.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/creole.py b/asm/creole.py index d68958e..bbcbf8a 100644 --- a/asm/creole.py +++ b/asm/creole.py @@ -125,7 +125,7 @@ class TypecheckLenException(Exception): self.argtypelen = argtypelen def __str__(self): return f'''\ -arguments {insargs} to opcode {self.opcode} not of length {self.argtypelen}\ +arguments {self.insargs} to opcode {self.opcode} not of length {self.argtypelen}\ ''' class TypecheckException(Exception): """ Exception thrown when an argument to an instruction are of the |
