VirtualBox

Changeset 65919 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Mar 1, 2017 6:24:27 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113714
Message:

gcc 7: fall thru

Location:
trunk/src/VBox/VMM/VMMR3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp

    r64499 r65919  
    133133        default:
    134134            AssertFailed();
     135            /* fall thru */
    135136        case DBGF_DISAS_FLAGS_DEFAULT_MODE:
    136137            enmCpuMode   = pState->f64Bits
  • TabularUnified trunk/src/VBox/VMM/VMMR3/PGM.cpp

    r65911 r65919  
    36003600                case PGMMODE_AMD64_NX:
    36013601                    AssertMsgFailed(("Should use PAE shadow mode!\n"));
     3602                    /* fall thru */
    36023603                default: AssertFailed(); break;
    36033604            }
     
    36243625                case PGMMODE_AMD64_NX:
    36253626                    AssertMsgFailed(("Should use PAE shadow mode!\n"));
     3627                    /* fall thru */
    36263628                default: AssertFailed(); break;
    36273629            }
     
    36493651                case PGMMODE_AMD64_NX:
    36503652                    AssertMsgFailed(("Should use PAE shadow mode!\n"));
     3653                    /* fall thru */
    36513654                default: AssertFailed(); break;
    36523655            }
     
    36813684                case PGMMODE_AMD64_NX:
    36823685                    AssertMsgFailed(("Should use PAE shadow mode!\n"));
     3686                    /* fall thru */
    36833687                default: AssertFailed(); break;
    36843688            }
     
    37073711                case PGMMODE_PAE_NX:
    37083712                    AssertMsgFailed(("Should use AMD64 shadow mode!\n"));
     3713                    /* fall thru */
    37093714                default: AssertFailed(); break;
    37103715            }
     
    40364041                    default:
    40374042                        AssertFailed();
     4043                        /* fall thru */
    40384044                    case PGMPAGETYPE_MMIO:
    40394045                    case PGMPAGETYPE_MMIO2_ALIAS_MMIO:
  • TabularUnified trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp

    r64327 r65919  
    11791179                        default:
    11801180                            AssertMsgFailed(("%R[pgmpage]", pPage));
     1181                            /* fall thru */
    11811182                        case PGMPAGETYPE_MMIO2:
    11821183                        case PGMPAGETYPE_MMIO2_ALIAS_MMIO:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette