don't need to reference cpu
This commit is contained in:
parent
6513654e82
commit
6dd034946d
1 changed files with 1 additions and 1 deletions
2
rp.py
2
rp.py
|
@ -69,7 +69,7 @@ class RPRM:
|
||||||
def __init__(self, ub, baseoffs=RPADDR_OFFS):
|
def __init__(self, ub, baseoffs=RPADDR_OFFS):
|
||||||
self.addr = baseoffs
|
self.addr = baseoffs
|
||||||
self.ub = ub
|
self.ub = ub
|
||||||
self.logger = ub.cpu.logger
|
self.logger = ub.logger
|
||||||
|
|
||||||
self.command_history = [(0, tuple())] * 100
|
self.command_history = [(0, tuple())] * 100
|
||||||
# XXX needs to be configurable somehow
|
# XXX needs to be configurable somehow
|
||||||
|
|
Loading…
Add table
Reference in a new issue