MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / DisableWriteProtection

Function DisableWriteProtection

Source/Client/NM_Sys/API/CPU.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void DisableWriteProtection()
86 {
87 __writecr0(__readcr0() & ~(1 << 16));
88 }
89
90 void EnableWriteProtection()
91 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected