You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,7 +51,7 @@ If `ptrSize` is 0, the architecture is 64-bit. If it is 1, the architecture is
51
51
reserved bits should be written as zero. Diagnostic tooling may ignore non-zero reserved bits.
52
52
53
53
If `isList` is 1, the descriptor is actually a `DotNetRuntimeContractDescriptorList` (that is, it
54
-
has a `next_runtime` field at the end. See "Unix symbol", below.) If `isList` is 0, the descriptor
54
+
has a `next_runtime` field at the end. See "Non-Windows", below.) If `isList` is 0, the descriptor
55
55
does not have a `next_runtime` field.
56
56
57
57
The `descriptor` is a pointer to a json string described in [data descriptor physical layout](./data_descriptor.md#Physical_JSON_descriptor). The total length (including nul terminator character) is given by `descriptor_size`.
@@ -90,7 +90,7 @@ a JSON integer constant.
90
90
{
91
91
"FEATURE_COMINTEROP":0,
92
92
"s_pThreadStore": [ 0 ] // indirect from aux data offset 0
0 commit comments