Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorAdam Sitnik <adam.sitnik@microsoft.com>2021-06-10 15:51:53 +0300
committerGitHub <noreply@github.com>2021-06-10 15:51:53 +0300
commit34e5b025ac6027a98df2e99f6b7cd1121f9f21b4 (patch)
treeff3137966e2446f28cac68d1bdebf49b89950392 /mcs
parent9570aef339499993094fba248155515d3fd7e6a4 (diff)
[mono][wasm] add new signatures for pread|pwrite, preadv|pwritev, posix_fallocate (#21098)
Diffstat (limited to 'mcs')
-rw-r--r--mcs/tools/wasm-tuner/InterpToNativeGenerator.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs b/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs
index d3381ba8e99..95007536514 100644
--- a/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs
+++ b/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs
@@ -181,6 +181,9 @@ class InterpToNativeGenerator {
"IFFF",
"IFFFF",
"VLII",
+ "IIIIL",
+ "LIIIL",
+ "IILL",
};
static string TypeToSigType (char c) {