mirror of
https://github.com/mnaberez/py65.git
synced 2025-02-05 10:32:12 +00:00
Remove unused variable
This commit is contained in:
parent
02e7953373
commit
e8f5265912
@ -527,7 +527,6 @@ class Monitor(cmd.Cmd):
|
||||
self._output(exc.args[0])
|
||||
continue
|
||||
except OverflowError as exc: # wider than address space
|
||||
overflow = True
|
||||
msg = "Overflow: %r too wide for register %r"
|
||||
self._output(msg % (value, register))
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user