diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-12 22:50:24 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-12 22:50:24 +0200 |
| commit | 1b18c250d57e29fd318058bd2356b626e4cc1c47 (patch) | |
| tree | 53ac7a2593372bc0c4b1bbfa9ad6d149ca86c586 /lib/xixanta/src/mappings/mmc1.cfg | |
| parent | ffaa5353031149ab2416bcf6d8b46e0a44a3bb39 (diff) | |
| download | tools.nes-1b18c250d57e29fd318058bd2356b626e4cc1c47.tar.gz tools.nes-1b18c250d57e29fd318058bd2356b626e4cc1c47.zip | |
xixanta: Don't allow negative variables on asan
Negative variables make no sense when it comes to do stuff like:
variable = -1
lda variable
That being said, as an assembler you never know the hacks and nonsense
programmers are willing to endure. But we do know that if the address
sanitizer is enabled, since if it's an "asan-friendly", then an explicit
negative variable can be barred.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'lib/xixanta/src/mappings/mmc1.cfg')
0 files changed, 0 insertions, 0 deletions
