mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +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:
parent
a70d466e3e
commit
5c712d2087
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user