]> git.gag.com Git - fw/sdcc/commitdiff
Fix typo
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 31 Jan 2002 08:32:45 +0000 (08:32 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 31 Jan 2002 08:32:45 +0000 (08:32 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1883 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/ds390/gen.c

index caab13cd3919c97a9587b398ec0d6d0cf88d0d56..c51e8b5af1186826aa5d279bb285efc75cfe6675 100644 (file)
@@ -1386,7 +1386,7 @@ aopPut (asmop * aop, char *s, int offset)
                }
              {
                /* set C, if a >= 1 */
-               emitcode ("add", "a,0xff");
+               emitcode ("add", "a,#0xff");
                emitcode ("mov", "%s,c", aop->aopu.aop_dir);
              }
            }