mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-15 17:20:49 -04:00
fix: Clang Compilation Errors
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -539,7 +539,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ClearDpc(DpcFlag flag) {
|
void ClearDpc(DpcFlag flag) {
|
||||||
this->GetStackParameters().dpc_flags &= ~static_cast<u8>(flag);
|
this->GetStackParameters().dpc_flags &= static_cast<u8>(~static_cast<u8>(flag));
|
||||||
}
|
}
|
||||||
|
|
||||||
u8 GetDpc() const {
|
u8 GetDpc() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user