diff --git a/src/cc65/codeopt.c b/src/cc65/codeopt.c index b149e9b78..9edbe411e 100644 --- a/src/cc65/codeopt.c +++ b/src/cc65/codeopt.c @@ -849,7 +849,7 @@ static unsigned OptPtrStore3 (CodeSeg* S) unsigned I = 0; while (I < CS_GetEntryCount (S)) { - CodeEntry* L[11]; + CodeEntry* L[12]; unsigned Len; /* Get next entry */