1
0
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:
IrgendwerA8 2018-05-21 18:19:39 +02:00
parent c40ae4d774
commit 99e13eeaa2

View File

@ -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