From: cpg Date: Sun, 17 Aug 2003 19:54:05 +0000 (+0000) Subject: added dummy error code 177 for sysremove X-Git-Tag: V2.12.0~1387 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5c712d20872694eb5b793dbcea3af86a601d254d;p=cc65 added dummy error code 177 for sysremove git-svn-id: svn://svn.cc65.org/cc65/trunk@2352 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/oserror.s b/libsrc/atari/oserror.s index a2db63d79..528122a48 100644 --- a/libsrc/atari/oserror.s +++ b/libsrc/atari/oserror.s @@ -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)