diff options
author | JesseCodeBones <56120624+JesseCodeBones@users.noreply.github.com> | 2023-02-25 01:09:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 09:09:14 -0800 |
commit | 538506919a3d87708f749563b65c32864302f9ca (patch) | |
tree | 027f5ff3385486f352f8be9896652df71d3eba1d /test/fib-dbg.wasm.fromBinary | |
parent | c657aa9fd4c5afb8b55c484ccf34362d2b504200 (diff) | |
download | binaryen-538506919a3d87708f749563b65c32864302f9ca.tar.gz binaryen-538506919a3d87708f749563b65c32864302f9ca.tar.bz2 binaryen-538506919a3d87708f749563b65c32864302f9ca.zip |
Fix sourcemap nesting in reading and writing (#5504)
The stack logic was incorrect, and led to source locations being emitted
on parents instead of children.
Diffstat (limited to 'test/fib-dbg.wasm.fromBinary')
-rw-r--r-- | test/fib-dbg.wasm.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fib-dbg.wasm.fromBinary b/test/fib-dbg.wasm.fromBinary index 8db3246ad..8abbef764 100644 --- a/test/fib-dbg.wasm.fromBinary +++ b/test/fib-dbg.wasm.fromBinary @@ -204,8 +204,8 @@ (br $label$4) ) ) - ;;@ fib.c:8:0 (return + ;;@ fib.c:8:0 (local.get $4) ) ) |