Module Name: src
Committed By: christos
Date: Sun Dec 27 21:38:46 UTC 2015
Modified Files:
src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c
Log Message:
add return
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c
diff -u src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c:1.14 src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c:1.15
--- src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c:1.14 Tue Sep 29 16:43:16 2015
+++ src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c Sun Dec 27 16:38:46 2015
@@ -2088,4 +2088,5 @@ dw_read(tdata_t *td, Elf *elf, char *fil
out:
terminate("file does not contain dwarf type data "
"(try compiling with -g)\n");
+ return -1;
}