]> git.sur5r.net Git - cc65/commit
fixed optimization bug where array index is 16-bit, e.g. arr16[i & 0x7f7f]
authorSteven Hugg <hugg@fasterlight.com>
Fri, 15 Mar 2019 19:10:58 +0000 (15:10 -0400)
committergreg-king5 <greg.king5@verizon.net>
Mon, 1 Apr 2019 02:33:22 +0000 (22:33 -0400)
commita71f764c33b5dd5281a9a87f4fe788da3d4eb0b1
tree0eb5988a6947b98fe91ef5bd921a443c58804932
parentdca99d59e51515dbf511271afa093247dbd6869a
fixed optimization bug where array index is 16-bit, e.g. arr16[i & 0x7f7f]
src/cc65/coptptrload.c
src/cc65/coptptrload.h