Code formatting
Alle checks waren succesvol
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-01-05 22:45:52 +01:00
bovenliggende 2920c1042a
commit f2b51ff69c
2 gewijzigde bestanden met toevoegingen van 26 en 22 verwijderingen

Bestand weergeven

@@ -43,7 +43,9 @@ HlCpuId(IN OUT PCPUID_REGISTERS Registers)
asm volatile("cpuid" asm volatile("cpuid"
: "=a" (MaxLeaf) : "=a" (MaxLeaf)
: "a" (Registers->Leaf & 0x80000000) : "a" (Registers->Leaf & 0x80000000)
: "rbx", "rcx", "rdx"); : "rbx",
"rcx",
"rdx");
/* Check if CPU supports this command */ /* Check if CPU supports this command */
if(Registers->Leaf > MaxLeaf) if(Registers->Leaf > MaxLeaf)

Bestand weergeven

@@ -43,7 +43,9 @@ HlCpuId(IN OUT PCPUID_REGISTERS Registers)
asm volatile("cpuid" asm volatile("cpuid"
: "=a" (MaxLeaf) : "=a" (MaxLeaf)
: "a" (Registers->Leaf & 0x80000000) : "a" (Registers->Leaf & 0x80000000)
: "rbx", "rcx", "rdx"); : "rbx",
"rcx",
"rdx");
/* Check if CPU supports this command */ /* Check if CPU supports this command */
if(Registers->Leaf > MaxLeaf) if(Registers->Leaf > MaxLeaf)