mirror of
https://github.com/cc65/cc65.git
synced 2025-01-02 09:34:22 +00:00
Fix typo for import.
This commit is contained in:
parent
c40ae4d774
commit
99e13eeaa2
@ -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…
Reference in New Issue
Block a user