mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 12:06:07 +02:00
[PATCH 091/188] hex scanning test
From 81fecdf150cccfe288a282badfeb8e235e0cf0d0 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Tue, 10 Mar 2020 09:06:09 -0400 git-svn-id: branches/wasm@46087 -
This commit is contained in:
parent
eb54cf7163
commit
bce20892c9
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_neg_hex.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
|
||||
|
5
utils/wasmbin/testscan/inst_const_i64_neg_hex.wat
Normal file
5
utils/wasmbin/testscan/inst_const_i64_neg_hex.wat
Normal file
@ -0,0 +1,5 @@
|
||||
(module
|
||||
(func $add (result i64)
|
||||
i64.const -0x7FFFFFFFFFFFFFFF
|
||||
)
|
||||
)
|
Loading…
Reference in New Issue
Block a user