diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-25 08:06:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-25 08:06:38 +0100 |
| commit | 9be51d883414584db0926ab854d6026e1785048b (patch) | |
| tree | 6afb5cec25c48ac76a8e26b2cc0b09dd1dc2c1ea /Public/Kits/SystemKit/ThreadAPI.hxx | |
| parent | 27e0af3ecfe0be226f88837634111299121e5ddb (diff) | |
Kernel: Morning bump.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Public/Kits/SystemKit/ThreadAPI.hxx')
| -rw-r--r-- | Public/Kits/SystemKit/ThreadAPI.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
