VirtualBox

Changeset 17595 in vbox


Ignore:
Timestamp:
Mar 9, 2009 5:24:16 PM (16 years ago)
Author:
vboxsync
Message:

Missing breaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r17586 r17595  
    473473                            VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3);
    474474                            LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShw2=%#x!\n", iShw2));
     475                            break;
    475476                        }
    476477#  endif /* !IN_RING0 */
     
    555556                        STAM_COUNTER_INC(&(pVM->pgm.s.StatRZGuestCR3WriteConflict));
    556557                        LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShw2=%#x!\n", iShw2));
     558                        break;
    557559                    }
    558560#endif /* !IN_RING0 */
     
    626628                                VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3);
    627629                                LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShw2=%#x!\n", iShw2));
     630                                break;
    628631                            }
    629632# endif /* !IN_RING0 */
Note: See TracChangeset for help on using the changeset viewer.

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