diff options
author | John Levon <john.levon@joyent.com> | 2019-03-14 15:56:43 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-03-14 15:56:43 +0000 |
commit | ce8795d956d0dde9ef2185e255c9e2d4b6c5a68f (patch) | |
tree | 5c7d8beb45127db0990e2ae7a0fa9222f4468bb8 | |
parent | 08b3b3799d40f9f679cfba504b9bd2858699ac10 (diff) | |
download | illumos-joyent-OS-6486.tar.gz |
-rw-r--r-- | usr/src/lib/libctf/common/ctf_dwarf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/libctf/common/ctf_dwarf.c b/usr/src/lib/libctf/common/ctf_dwarf.c index 254adeb9fe..aceaac5d6b 100644 --- a/usr/src/lib/libctf/common/ctf_dwarf.c +++ b/usr/src/lib/libctf/common/ctf_dwarf.c @@ -1784,6 +1784,7 @@ ctf_dwarf_convert_type(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, break; default: ctf_dprintf("ignoring tag type %x\n", tag); + *idp = CTF_ERR; ret = 0; break; } |