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/tools
diff options
context:
space:
mode:
authorJay Krell <jaykrell@microsoft.com>2019-08-19 12:20:37 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-19 12:20:37 +0300
commitcf0ce4f55ad92529bf969bef1cbf5cc6a502fdef (patch)
tree27992f773735567ac5ec458cbf9e04cb73d625c4 /tools
parent047c7d35faa441e9d73364b681e5826a7c00051f (diff)
Reduce size of internal MonoErrors by 3 pointers, while trying to be compatible with old size.(#16218)
There is an incompatibility here. If Mono hands off an InternalError and it is accessed like an ExternalError, like memset(sizeof()), bad. Hopefully nobody does that. There is also compatability -- embedders can continue to embed MonoError in their own data. Its size and hopefully alignment is unchanged.
Diffstat (limited to 'tools')
-rw-r--r--tools/offsets-tool-py/offsets-tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/offsets-tool-py/offsets-tool.py b/tools/offsets-tool-py/offsets-tool.py
index 536206aa5c9..caaf1b96f1e 100644
--- a/tools/offsets-tool-py/offsets-tool.py
+++ b/tools/offsets-tool-py/offsets-tool.py
@@ -179,7 +179,7 @@ class OffsetsTool:
"SgenThreadInfo",
"SgenClientThreadInfo",
"MonoProfilerCallContext",
- "MonoError"
+ "MonoErrorExternal",
]
self.jit_type_names = [
"MonoLMF",