From 7d9485f6bc736a8ad7f8aeade9566190e49b1f78 Mon Sep 17 00:00:00 2001 From: laubzega Date: Sun, 14 Oct 2018 01:21:34 -0700 Subject: [PATCH] Typo --- src/cc65/codeopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5