1
0

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

此提交包含在:
2023-11-26 00:33:46 +01:00
父節點 bed49fa0ac
當前提交 ba6e68e1b5

查看文件

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