From: laubzega Date: Sun, 14 Oct 2018 08:21:34 +0000 (-0700) Subject: Typo X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d9485f6bc736a8ad7f8aeade9566190e49b1f78;p=cc65 Typo --- diff --git a/src/cc65/codeopt.c b/src/cc65/codeopt.c index f87d44900..c577ff8ba 100644 --- a/src/cc65/codeopt.c +++ b/src/cc65/codeopt.c @@ -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);