X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fctf-writer%2Ffield-types.c;h=4eff50c5ba8899c05a206be4c775305fdbae7959;hp=e5767cfcf7451796165129edfef3cba7410e7331;hb=498e7994d60bd0e9f63c3d5c0fd00eec77ba7c34;hpb=df831d31c076e8390cac3390f0cf48f862501b04 diff --git a/src/ctf-writer/field-types.c b/src/ctf-writer/field-types.c index e5767cfc..4eff50c5 100644 --- a/src/ctf-writer/field-types.c +++ b/src/ctf-writer/field-types.c @@ -740,7 +740,7 @@ int bt_ctf_field_type_enumeration_mapping_iterator_next( default: BT_LOGF("Invalid enumeration field type mapping iterator type: " "type=%d", iter->type); - abort(); + bt_common_abort(); } } @@ -3941,7 +3941,7 @@ int bt_ctf_field_type_common_validate_single_clock_class( break; default: BT_LOGF("Unexpected field type ID: id=%d", ft->id); - abort(); + bt_common_abort(); } BT_ASSERT_DBG(sub_ft);