X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Ftrace-ir%2Fresolve-field-path.c;h=9e8e4729ae88d6ee8f2b55e22cf7db491bcd7a0f;hb=24847fc77f9f6ccf2acc20141b4240a53903c08d;hp=4bc0c9c2665fb8e41091a25689be7010e3d2445d;hpb=c522f726d04ae46455b371722a58e00f3fb97ddc;p=babeltrace.git diff --git a/src/lib/trace-ir/resolve-field-path.c b/src/lib/trace-ir/resolve-field-path.c index 4bc0c9c2..9e8e4729 100644 --- a/src/lib/trace-ir/resolve-field-path.c +++ b/src/lib/trace-ir/resolve-field-path.c @@ -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;