VirtualBox

Changeset 22018 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 6, 2009 9:35:19 AM (15 years ago)
Author:
vboxsync
Message:

Clearer assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r22017 r22018  
    25142514            break;
    25152515        default:
    2516             AssertFailedReturn(VERR_INTERNAL_ERROR);
     2516            AssertMsgFailedReturn(("Unexpected type %d\n", pPatch->enmType), VERR_INTERNAL_ERROR);
    25172517        }
    25182518    }
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