Fix a bug that caused overwritting a value read from CR8 with a default value
一些检查失败了
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Failing after 16s

这个提交包含在:
Rafal Kupiec 2023-11-26 00:33:46 +01:00
父节点 bed49fa0ac
当前提交 ba6e68e1b5
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

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