Changeset 69046 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Oct 11, 2017 4:11:23 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118325
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r66485 r69046 1431 1431 break; 1432 1432 } 1433 /* fall thru */1433 RT_FALL_THRU(); 1434 1434 1435 1435 default: … … 1859 1859 case R_X86_64_32S: /* signed, unsigned, whatever. */ 1860 1860 fSelfRel = false; 1861 /* fall thru */1861 RT_FALL_THRU(); 1862 1862 case R_X86_64_PC32: 1863 1863 { … … 2372 2372 break; 2373 2373 } 2374 /* fall thru */2374 RT_FALL_THRU(); 2375 2375 2376 2376 case IMAGE_SYM_CLASS_END_OF_FUNCTION: … … 2700 2700 case IMAGE_REL_AMD64_SECTION: 2701 2701 bLocation = OMF_FIX_LOC_16BIT_SEGMENT; 2702 /* fall thru */2702 RT_FALL_THRU(); 2703 2703 2704 2704 case IMAGE_REL_AMD64_SECREL: … … 3145 3145 break; 3146 3146 } 3147 /* fall thru */3147 RT_FALL_THRU(); 3148 3148 3149 3149 default: … … 3548 3548 case R_X86_64_32S: /* signed, unsigned, whatever. */ 3549 3549 fSelfRel = false; 3550 /* fall thru */3550 RT_FALL_THRU(); 3551 3551 case R_X86_64_PC32: 3552 3552 { … … 4299 4299 case OMF_LPUBDEF32: 4300 4300 pOmfStuff->fProbably32bit = true; 4301 /* fall thru */4301 RT_FALL_THRU(); 4302 4302 case OMF_PUBDEF16: 4303 4303 case OMF_LPUBDEF16: -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrFormatV.c
r68604 r69046 741 741 case 'P': 742 742 State.fFlags |= STR_F_CAPITAL; 743 /* fall thru */743 RT_FALL_THRU(); 744 744 case 'p': 745 745 {
Note:
See TracChangeset
for help on using the changeset viewer.