From 920cc9e74ad319ddd4459febdf074351a819c61e Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Apr 2023 05:30:28 +0300 Subject: [PATCH] Wrong SMBIOSProcessorInformation structure --- Core/smbios.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/smbios.hpp b/Core/smbios.hpp index aa460eb..c2f31cb 100644 --- a/Core/smbios.hpp +++ b/Core/smbios.hpp @@ -190,7 +190,7 @@ namespace SMBIOS unsigned char ProcessorType; unsigned char ProcessorFamily; unsigned char ProcessorManufacturer; - unsigned long ProcessorID[2]; + unsigned long ProcessorID; unsigned char ProcessorVersion; unsigned char Voltage; unsigned short ExternalClock;