remove constexpr

This commit is contained in:
Lightos1
2025-12-18 13:36:54 +01:00
parent 07201013f4
commit 1bc1f85ca2
3 changed files with 40 additions and 36 deletions

View File

@@ -73,8 +73,8 @@ Result MemVoltHandler(u32* ptr) {
}
void SafetyCheck() {
// if (C.custRev != CUST_REV) // causes more issues than help
// CRASH("Triggered");
if (C.custRev != CUST_REV)
CRASH("Triggered");
struct sValidator {
volatile u32 value;