diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-08-02 20:53:48 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 09:54:52 -0700 |
commit | 72616971b2a35cbc37ea974e47c870556ef8ef4d (patch) | |
tree | e9c3daeed8231fb9a4466b21cf9e05d682d11709 /test/example | |
parent | 1cc33903a0b1b9dddd40674d792a59ee0d1bccf7 (diff) | |
download | binaryen-72616971b2a35cbc37ea974e47c870556ef8ef4d.tar.gz binaryen-72616971b2a35cbc37ea974e47c870556ef8ef4d.tar.bz2 binaryen-72616971b2a35cbc37ea974e47c870556ef8ef4d.zip |
call_indirect now has the target at the end
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/c-api-kitchen-sink.txt | 4 | ||||
-rw-r--r-- | test/example/c-api-kitchen-sink.txt.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt index c848f0f7c..37e7b6040 100644 --- a/test/example/c-api-kitchen-sink.txt +++ b/test/example/c-api-kitchen-sink.txt @@ -466,11 +466,11 @@ BinaryenFloat64: 4 (drop (i32.eqz (call_indirect $iiIfF - (i32.const 2449) (i32.const 13) (i64.const 37) (f32.const 1.2999999523162842) (f64.const 3.7) + (i32.const 2449) ) ) ) @@ -2060,11 +2060,11 @@ int main() { (drop (i32.eqz (call_indirect $iiIfF - (i32.const 2449) (i32.const 13) (i64.const 37) (f32.const 1.2999999523162842) (f64.const 3.7) + (i32.const 2449) ) ) ) diff --git a/test/example/c-api-kitchen-sink.txt.txt b/test/example/c-api-kitchen-sink.txt.txt index 52da01f9d..29b242c2f 100644 --- a/test/example/c-api-kitchen-sink.txt.txt +++ b/test/example/c-api-kitchen-sink.txt.txt @@ -461,11 +461,11 @@ (drop (i32.eqz (call_indirect $iiIfF - (i32.const 2449) (i32.const 13) (i64.const 37) (f32.const 1.2999999523162842) (f64.const 3.7) + (i32.const 2449) ) ) ) |