aboutsummaryrefslogtreecommitdiff
path: root/tests/expected/fallthrough.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-07 23:15:00 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-07 23:15:00 +0200
commit6b43fd7c0773bd97c4bd80145a17d67062afd4ea (patch)
tree77cc5576da60fbd4e2fcb5297a78c84e2b7bf4a1 /tests/expected/fallthrough.txt
parentca7ff2c299dbd15b89adae73caa356584977dd46 (diff)
downloadtools.nes-6b43fd7c0773bd97c4bd80145a17d67062afd4ea.tar.gz
tools.nes-6b43fd7c0773bd97c4bd80145a17d67062afd4ea.zip
Preserve the 'accessed' member on macro arguments
Macro arguments get tampered with every time a new call has to be bundled. Deep down this is done by cloning the underlying object, but this resets any increase on the 'accessed' member, giving always the impression that macro arguments are never accessed. Fix this by at least preserving this member when cloning a macro argument. Note that this is neither the most elegant solution, and probably not the most correct. As in, it will probably get into a non-precise count after some calls. But at least it will be a non-zero value, which is more than enough to what this is actually used for. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'tests/expected/fallthrough.txt')
0 files changed, 0 insertions, 0 deletions