We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f2597 commit 7c4f065Copy full SHA for 7c4f065
lib/tcpip/tcpip_error_handler.h
@@ -12,7 +12,7 @@
12
#include <simulator.h>
13
#include <vector>
14
15
-using DebugErrorHandler = ConditionalDebug<true, "TCP/IP Stack error handler">;
+using DebugErrorHandler = ConditionalDebug<false, "TCP/IP Stack error handler">;
16
using CHERI::Capability;
17
18
/**
0 commit comments