From 7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 20 Nov 2025 11:05:57 +0100 Subject: Comments --- src/debug.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/debug.cpp') diff --git a/src/debug.cpp b/src/debug.cpp index 0aa4bfc..b26e173 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -139,6 +139,7 @@ inline int fedisableexcept(unsigned int excepts) #endif +/* void enable_segfpe() { if (!is_fpe_check_mode() || is_legacy_mode()) return; #ifdef __GNUC__ @@ -159,6 +160,7 @@ void disable_segfpe() { #endif #endif } +*/ void write(const char *s, const char *msg) { if (!is_debug_data_mode() && !is_debug_dump_mode()) return; -- cgit 1.4.1