From 9be51d883414584db0926ab854d6026e1785048b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 25 Feb 2024 08:06:38 +0100 Subject: Kernel: Morning bump. Signed-off-by: Amlal El Mahrouss --- Public/Kits/SystemKit/ThreadAPI.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public/Kits/SystemKit/ThreadAPI.hxx') diff --git a/Public/Kits/SystemKit/ThreadAPI.hxx b/Public/Kits/SystemKit/ThreadAPI.hxx index 80742ab9..bbdf4779 100644 --- a/Public/Kits/SystemKit/ThreadAPI.hxx +++ b/Public/Kits/SystemKit/ThreadAPI.hxx @@ -24,7 +24,7 @@ struct ThreadInformationBlock final { const UIntPtr StartAddress; // Start Address const UIntPtr StartHeap; // Allocation Heap const UIntPtr StartStack; // Stack Pointer. - const Int32 ARCH; // Architecture and/or platform. + const Int32 Arch; // Architecture and/or platform. }; enum { -- cgit v1.2.3