]> git.sur5r.net Git - cc65/commit
Fixed a bug that didn't preserve the accumulator's value when a simple 16-bit fetch...
authorgreg-king5 <greg.king5@verizon.net>
Sat, 12 May 2018 17:46:16 +0000 (13:46 -0400)
committerGitHub <noreply@github.com>
Sat, 12 May 2018 17:46:16 +0000 (13:46 -0400)
commitca31e3af1effb268d36235495a11c2580b938682
tree41df9b4d8a8cc06207094b0ff71be922ca818240
parent2a78b9d3fe21fa2532633962b5dac41590922fa2
Fixed a bug that didn't preserve the accumulator's value when a simple 16-bit fetch-and-store is optimized. (#637)

Fix a 16-bit fetch-and-store cc65 optimizer bug.
src/cc65/coptstore.c
test/val/assign-use1.c [new file with mode: 0644]