fix boot_lda
This commit is contained in:
parent
22f05d58ca
commit
e418355987
1 changed files with 1 additions and 1 deletions
2
boot.py
2
boot.py
|
@ -236,7 +236,7 @@ def boot_lda(p, fname, /, *, force_run=True):
|
||||||
code eventually halts.
|
code eventually halts.
|
||||||
"""
|
"""
|
||||||
with open(fname, 'rb') as f:
|
with open(fname, 'rb') as f:
|
||||||
addr = rawaddr = load_lda_f(f)
|
addr = rawaddr = load_lda_f(p, f)
|
||||||
|
|
||||||
if rawaddr & 1:
|
if rawaddr & 1:
|
||||||
if not force_run:
|
if not force_run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue