mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:47:56 +02:00
[PATCH 085/188] updating limit values for i64 test
From 49a8bd18761fbbae4edca67a50d7f2fcd21246e2 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Mon, 9 Mar 2020 16:02:43 -0400 git-svn-id: branches/wasm@46081 -
This commit is contained in:
parent
553e32eb1e
commit
38cd70cae5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -18990,6 +18990,7 @@ utils/wasmbin/testscan/inst_const_i32.wat svneol=native#text/plain
|
||||
utils/wasmbin/testscan/inst_const_i32_neg.wat svneol=native#text/plain
|
||||
utils/wasmbin/testscan/inst_const_i64.wat svneol=native#text/plain
|
||||
utils/wasmbin/testscan/inst_const_i64_neg.wat svneol=native#text/plain
|
||||
utils/wasmbin/testscan/inst_const_i64_pos.wat svneol=native#text/plain
|
||||
utils/wasmbin/wasmbin.pas svneol=native#text/plain
|
||||
utils/wasmbin/wasmbincode.pas svneol=native#text/plain
|
||||
utils/wasmbin/wasmbindebug.pas svneol=native#text/plain
|
||||
|
@ -1,5 +1,5 @@
|
||||
(module
|
||||
(func $add (result i64)
|
||||
i64.const 13
|
||||
i64.const 18446744073709551615
|
||||
)
|
||||
)
|
||||
|
5
utils/wasmbin/testscan/inst_const_i64_pos.wat
Normal file
5
utils/wasmbin/testscan/inst_const_i64_pos.wat
Normal file
@ -0,0 +1,5 @@
|
||||
(module
|
||||
(func $add (result i64)
|
||||
i64.const 9223372036854775807
|
||||
)
|
||||
)
|
Loading…
Reference in New Issue
Block a user