Changeset 69044 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common
- Timestamp:
- Oct 11, 2017 4:06:39 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118323
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_open.c
r63129 r69044 290 290 else 291 291 pop[tp->ctt_type]++; 292 /*FALLTHRU*/292 RT_FALL_THRU(); 293 293 case CTF_K_UNKNOWN: 294 294 vbytes = 0; … … 494 494 fp->ctf_ptrtab[ 495 495 CTF_TYPE_TO_INDEX(tp->ctt_type)] = id; 496 /*FALLTHRU*/496 RT_FALL_THRU(); 497 497 498 498 case CTF_K_VOLATILE: … … 503 503 if (err != 0 && err != ECTF_STRTAB) 504 504 return (err); 505 /*FALLTHRU*/505 RT_FALL_THRU(); 506 506 507 507 default:
Note:
See TracChangeset
for help on using the changeset viewer.