From 112d5a7f51ea8f4d16b15032b2bdc5b9888d9372 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 3 Sep 2025 22:40:38 +0200 Subject: Apply asan:ignore also when bundling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- tests/bare_accesses.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/bare_accesses.s') 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 -- cgit v1.2.3