diff options
Diffstat (limited to 'test/torture-s/pr59101.c.s')
-rw-r--r-- | test/torture-s/pr59101.c.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/torture-s/pr59101.c.s b/test/torture-s/pr59101.c.s index 604c7d8e3..02b957a2c 100644 --- a/test/torture-s/pr59101.c.s +++ b/test/torture-s/pr59101.c.s @@ -14,7 +14,7 @@ foo: # @foo i32.ne $push2=, $pop1, $pop5 i32.const $push3=, 6 i32.or $push4=, $pop2, $pop3 - return $pop4 + # fallthrough-return: $pop4 .endfunc .Lfunc_end0: .size foo, .Lfunc_end0-foo |