Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-configure-ir-trace.c
index 727a50144512fac17b609639d533bf1af6637df3..4a00ca23647498eb28ed4941aa4ea1a840f5d37c 100644 (file)
@@ -46,7 +46,7 @@ int ctf_trace_class_configure_ir_trace(struct ctf_trace_class *tc,
                                env_entry->value.str->str);
                        break;
                default:
-                       abort();
+                       bt_common_abort();
                }
 
                if (ret) {
This page took 0.023426 seconds and 4 git commands to generate.