mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-07 07:29:02 +00:00
Remove unused variable
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user