1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

added dummy error code 177 for sysremove

git-svn-id: svn://svn.cc65.org/cc65/trunk@2352 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2003-08-17 19:54:05 +00:00
parent a70d466e3e
commit 5c712d2087

View File

@ -92,4 +92,6 @@ maptable:
.byte EUNKNOWN ; 175 - haven't found documentation
.byte EUNKNOWN ; 176 - [DOS 3] incompatible file system
.byte EINVAL ; 177 - dummy (used by cc65 rtl)
MAX_OSERR_VAL = (* - maptable)