change cds checker to accomdate llvm pass
[c11tester.git] / snapshot.cc
index 66faacd8e445510f57c7714ce9ccd60a1ee95f3c..7deaeff4339a0dcdd6e6d535bf4cc67245cab08e 100644 (file)
@@ -110,7 +110,7 @@ static void mprot_handle_pf(int sig, siginfo_t *si, void *unused)
                model_print("For debugging, place breakpoint at: %s:%d\n",
                                __FILE__, __LINE__);
                // print_trace(); // Trace printing may cause dynamic memory allocation
-               exit(EXIT_FAILURE);
+               exit(EXIT_FAILURE);
        }
        void* addr = ReturnPageAlignedAddress(si->si_addr);