diff options
| author | Pjotr Prins | 2025-11-20 11:05:57 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-20 11:05:57 +0100 |
| commit | 7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add (patch) | |
| tree | d85404f454a2af9eb5cb907881da245ea77a7371 /src/debug.cpp | |
| parent | 3165580c4038cbf6bcd5798bbf541557581430e2 (diff) | |
| download | pangemma-7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add.tar.gz | |
Diffstat (limited to 'src/debug.cpp')
| -rw-r--r-- | src/debug.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
