aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-09-03 22:40:38 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-09-03 22:40:38 +0200
commit112d5a7f51ea8f4d16b15032b2bdc5b9888d9372 (patch)
tree8234be3061263466677c0c7b3fa7d8ad1ff42c1e /tests
parente0b1faf993bab97288540769f6f5f7955b3e0996 (diff)
downloadtools.nes-112d5a7f51ea8f4d16b15032b2bdc5b9888d9372.tar.gz
tools.nes-112d5a7f51ea8f4d16b15032b2bdc5b9888d9372.zip
Apply asan:ignore also when bundling
This way instructions which might make use of bare memory numbers can freely ignore the address sanitizer when it actually makes sense. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/bare_accesses.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bare_accesses.s b/tests/bare_accesses.s
index 42a6409..49628b4 100644
--- a/tests/bare_accesses.s
+++ b/tests/bare_accesses.s
@@ -35,3 +35,5 @@ lda palettes, x
palettes:
.byte $0F
+
+lda $200 ; asan:ignore