diff options
author | Kirill R. <iam@python273.pw> | 2024-10-08 20:55:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 10:55:47 -0700 |
commit | b15a13ef84b5a12aadeb1200521a89a2c95dce19 (patch) | |
tree | 661d812e5eeb8afd6dd5166950c5d8f132332e44 /test/regress/regress-1922.txt | |
parent | 646785d8b2b15a104d4ed0431125b2c781e141ea (diff) | |
download | wabt-b15a13ef84b5a12aadeb1200521a89a2c95dce19.tar.gz wabt-b15a13ef84b5a12aadeb1200521a89a2c95dce19.tar.bz2 wabt-b15a13ef84b5a12aadeb1200521a89a2c95dce19.zip |
wasm-decompile: add function index comments (#2482)
Diffstat (limited to 'test/regress/regress-1922.txt')
-rw-r--r-- | test/regress/regress-1922.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress-1922.txt b/test/regress/regress-1922.txt index c6262a96..12f7f6f0 100644 --- a/test/regress/regress-1922.txt +++ b/test/regress/regress-1922.txt @@ -9,7 +9,7 @@ i32.add end)) (;; STDOUT ;;; -function f_a(a:int, b:int):int { +function f_a(a:int, b:int):int { // func0 a + br_table[L_a, ..L_a](unreachable); return loop L_a { } |