We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b804d commit 49de5d3Copy full SHA for 49de5d3
1 file changed
Src/ST-LIB_HIGH/Protections/ProtectionManager.cpp
@@ -11,6 +11,7 @@ StackOrder<0> ProtectionManager::fault_order(Protections::FAULT,
11
external_to_fault);
12
uint64_t ProtectionManager::last_notify = 0;
13
bool ProtectionManager::external_trigger = false;
14
+bool ProtectionManager::test_fault = false;
15
void* error_handler;
16
void* info_warning;
17
0 commit comments