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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-06-24 16:37:23 +0300
committerGitHub <noreply@github.com>2020-06-24 16:37:23 +0300
commita0231c5fc3074f7028add5985c0ec7ca37f154aa (patch)
tree47d4a1408dfc2b3770ebfb13e33682bfba271afb /mcs
parent9c62b13be4ac5404e4586f5ebacef17ae33c5ce1 (diff)
[wasm] Missing signatures for Microsoft.Extensions.EventSource (#20017)
Fixes tests in dotnet/runtime that currently fail with `WASM-ERR: CANNOT HANDLE COOKIE VL`.
Diffstat (limited to 'mcs')
-rw-r--r--mcs/tools/wasm-tuner/InterpToNativeGenerator.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs b/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs
index 50dde26ca97..8c5adb6ff9c 100644
--- a/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs
+++ b/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs
@@ -130,6 +130,7 @@ class InterpToNativeGenerator {
"FIF",
"FIFF",
"LILL",
+ "VL",
"VIL",
"VIIL",
"FIFFF",