]> git.sur5r.net Git - cc65/commitdiff
Typo
authorlaubzega <mileksmyk@gmail.com>
Sun, 14 Oct 2018 08:21:34 +0000 (01:21 -0700)
committerOliver Schmidt <ol.sc@web.de>
Tue, 16 Oct 2018 07:55:02 +0000 (09:55 +0200)
src/cc65/codeopt.c

index f87d449005c0ab6f5db43e177f709df270dc674f..c577ff8ba61d9ffd1ce835332260efb0de30ac86 100644 (file)
@@ -685,7 +685,7 @@ static unsigned OptGotoSPAdj (CodeSeg* S)
                 CS_DelEntry (S, I + 6);
             }
             else if (adjustment > 8) {
-            /* For range (8, 255] we have ldy #0, jsr addysp */
+            /* For range (8, 255] we have ldy #, jsr addysp */
                 Arg = MakeHexArg (adjustment & 0xff);
                 X = NewCodeEntry (OP65_LDY, AM65_IMM, Arg, 0, L[1]->LI);
                 CS_InsertEntry (S, X, I + 9);