diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-03 23:16:54 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-03 23:16:54 +0200 |
| commit | 90fecaa84ff317e30c3339d3edb17b13211e3e64 (patch) | |
| tree | d49d799f5f6b750d68f3b574d4b453289192aaf7 /tests/expected | |
| parent | 112d5a7f51ea8f4d16b15032b2bdc5b9888d9372 (diff) | |
| download | tools.nes-90fecaa84ff317e30c3339d3edb17b13211e3e64.tar.gz tools.nes-90fecaa84ff317e30c3339d3edb17b13211e3e64.zip | |
asan: Add fixes on absolute/indirect addressing
The check was not being applied on certain conditions.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'tests/expected')
| -rw-r--r-- | tests/expected/bare_accesses.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/expected/bare_accesses.txt b/tests/expected/bare_accesses.txt index 4c14629..0eab60f 100644 --- a/tests/expected/bare_accesses.txt +++ b/tests/expected/bare_accesses.txt @@ -1,4 +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) 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) |
