Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / lib / trace-ir / resolve-field-path.c
index 4bc0c9c2665fb8e41091a25689be7010e3d2445d..9e8e4729ae88d6ee8f2b55e22cf7db491bcd7a0f 100644 (file)
@@ -230,7 +230,7 @@ struct bt_field_class *borrow_root_field_class(
        case BT_FIELD_PATH_SCOPE_EVENT_PAYLOAD:
                return ctx->event_payload;
        default:
-               abort();
+               bt_common_abort();
        }
 
        return NULL;
This page took 0.024424 seconds and 4 git commands to generate.