From 15e90b50ca632a48e5273e23853ca05235ea21de Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Mon, 3 Nov 2025 14:39:06 -0800 Subject: [PATCH] Include the end symbol's size in the range. --- src/coreclr/tools/Common/Compiler/ObjectWriter/ObjectWriter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/tools/Common/Compiler/ObjectWriter/ObjectWriter.cs b/src/coreclr/tools/Common/Compiler/ObjectWriter/ObjectWriter.cs index 91b51c384919a9..6cf90bb47ccb97 100644 --- a/src/coreclr/tools/Common/Compiler/ObjectWriter/ObjectWriter.cs +++ b/src/coreclr/tools/Common/Compiler/ObjectWriter/ObjectWriter.cs @@ -518,7 +518,7 @@ public void EmitObject(Stream outputFileStream, IReadOnlyCollection