Changeset 63369 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common
- Timestamp:
- Aug 12, 2016 4:45:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_labels.c
r53657 r63369 39 39 * Labels are only supported in V2 or later 40 40 */ 41 if (fp->ctf_version < CTF_VERSION_2) 41 if (fp->ctf_version < CTF_VERSION_2) { 42 *ctl = NULL; /* Shup up, GCC! */ 43 *num_labels = 0; 42 44 return (ctf_set_errno(fp, ECTF_NOTSUP)); 45 } 43 46 44 47 h = (const ctf_header_t *)fp->ctf_data.cts_data;
Note:
See TracChangeset
for help on using the changeset viewer.