From 948228f0e250d191a97359e97faa6ee4934e9e7a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 24 Apr 2026 22:49:38 +0200 Subject: Allow scoped names in __fallthrough__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes 4f1a9c660108 ("Add the .fallthrough control statement") Signed-off-by: Miquel Sabaté Solà --- tests/expected/fallthrough.nes | Bin 21 -> 22 bytes tests/fallthrough.s | 10 ++++++++++ 2 files changed, 10 insertions(+) (limited to 'tests') diff --git a/tests/expected/fallthrough.nes b/tests/expected/fallthrough.nes index 976f8fc..e155d18 100644 Binary files a/tests/expected/fallthrough.nes and b/tests/expected/fallthrough.nes differ diff --git a/tests/fallthrough.s b/tests/fallthrough.s index 2243415..878b5e4 100644 --- a/tests/fallthrough.s +++ b/tests/fallthrough.s @@ -22,4 +22,14 @@ __fallthrough__ bar rts .endproc +.scope Scope + .proc foo + __fallthrough__ Scope::bar + .endproc + + .proc bar + rts + .endproc +.endscope + ;;; asan:stack full -- cgit v1.2.3