Fix a bug that caused overwritting a value read from CR8 with a default value
这个提交包含在:
父节点
bed49fa0ac
当前提交
ba6e68e1b5
@ -324,6 +324,7 @@ ArReadControlRegister(IN USHORT ControlRegister)
|
||||
: "=r" (Value)
|
||||
:
|
||||
: "memory");
|
||||
break;
|
||||
default:
|
||||
/* Invalid control register set */
|
||||
Value = 0;
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户