diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-05 18:53:20 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-06 14:05:37 +0100 |
| commit | 6894b01b22e848b5fdbb2fafae88e9459232ced2 (patch) | |
| tree | 6bb08be6754e4d481489b7cb01d50c6e706d4ba9 /tests/expected | |
| parent | d36e0de313aa65192eba108dd75135991a42685e (diff) | |
| download | tools.nes-6894b01b22e848b5fdbb2fafae88e9459232ced2.tar.gz tools.nes-6894b01b22e848b5fdbb2fafae88e9459232ced2.zip | |
asan: don't complain on arithmetic with addresses
This was already the case for plain addresses, but it was not being
considered in the case of an arithmetic operation.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'tests/expected')
| -rw-r--r-- | tests/expected/bare_accesses.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expected/bare_accesses.txt b/tests/expected/bare_accesses.txt index 0eab60f..676723f 100644 --- a/tests/expected/bare_accesses.txt +++ b/tests/expected/bare_accesses.txt @@ -1,5 +1,5 @@ warning: accessing a memory region without using a variable (bare_accesses.s: line 22) warning: accessing a memory region without a proper name ('whatever') (bare_accesses.s: line 23) -warning: accessing a memory region without using a variable (bare_accesses.s: line 40) +warning: accessing a memory region without using a variable (bare_accesses.s: line 41) error: out of bounds memory access for 'zp_used' ($00-$01) (bare_accesses.s: line 27) error: out of bounds memory access for 'zp_used' ($00-$01) (bare_accesses.s: line 28) |
