]> git.sur5r.net Git - cc65/commitdiff
added dummy error code 177 for sysremove
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 17 Aug 2003 19:54:05 +0000 (19:54 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 17 Aug 2003 19:54:05 +0000 (19:54 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2352 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/atari/oserror.s

index a2db63d79edaa98bfd0fde65005b7308e24e1323..528122a486d4ee40c4cf6d6077a5d163734a0e90 100644 (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)