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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEgor Bogatov <egorbo@gmail.com>2022-07-30 00:29:50 +0300
committerGitHub <noreply@github.com>2022-07-30 00:29:50 +0300
commit4cd3e780c469e2416b6ebaba903dbea7c411a5b8 (patch)
treea47cde52ee7ffa112a6b8323692b4b7cbe859e2b /docs
parenta01aea999d340053ca6c351b0ad298706d097d9d (diff)
Add EH filters for generic catch(T) blocks (#72721)
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/design/coreclr/botr/readytorun-format.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/design/coreclr/botr/readytorun-format.md b/docs/design/coreclr/botr/readytorun-format.md
index 24dd4454496..fa6bb18b114 100644
--- a/docs/design/coreclr/botr/readytorun-format.md
+++ b/docs/design/coreclr/botr/readytorun-format.md
@@ -797,6 +797,7 @@ enum ReadyToRunHelper
READYTORUN_HELPER_GenericGcTlsBase = 0x66,
READYTORUN_HELPER_GenericNonGcTlsBase = 0x67,
READYTORUN_HELPER_VirtualFuncPtr = 0x68,
+ READYTORUN_HELPER_IsInstanceOfException = 0x69,
// Long mul/div/shift ops
READYTORUN_HELPER_LMul = 0xC0,