Fix typo for import.
This commit is contained in:
parent
c40ae4d774
commit
99e13eeaa2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
FILEDES = 3 ; first free to use file descriptor
|
||||
|
||||
.importzp ptr1, ptr2, ptr3, tmp1
|
||||
.import addysp, popax, poptr1
|
||||
.import addysp, popax, popptr1
|
||||
.import __oserror
|
||||
.import _FindFile, _ReadByte
|
||||
.export _open, _close, _read
|
||||
|
|
Loading…
Add table
Reference in a new issue