From 5eec5ac64aad25cf5acda0e24539e1a972e88749 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:11:15 +0100 Subject: [PATCH] wip! --- src/libraries/System.Private.CoreLib/src/System/Guid.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Private.CoreLib/src/System/Guid.cs b/src/libraries/System.Private.CoreLib/src/System/Guid.cs index 8dea2d581b2b6..88e7114a49761 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Guid.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Guid.cs @@ -130,7 +130,6 @@ public Guid(int a, short b, short c, byte[] d) _a = a; _b = b; _c = c; - _k = d[7]; // hoist bounds checks _d = d[0]; _e = d[1]; _f = d[2]; @@ -138,6 +137,7 @@ public Guid(int a, short b, short c, byte[] d) _h = d[4]; _i = d[5]; _j = d[6]; + _k = d[7]; } // Creates a new GUID initialized to the value represented by the