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
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tools/wasm-tuner/InterpToNativeGenerator.cs')
-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) {