Fix a bug that caused overwritting a value read from CR8 with a default value

This commit is contained in:
Rafal Kupiec 2023-11-26 00:33:46 +01:00
bovenliggende bed49fa0ac
commit ba6e68e1b5
Getekend door: belliash
GPG sleutel-ID: 4E829243E0CFE6B4

Bestand weergeven

@ -324,6 +324,7 @@ ArReadControlRegister(IN USHORT ControlRegister)
: "=r" (Value)
:
: "memory");
break;
default:
/* Invalid control register set */
Value = 0;