VirtualBox

Changeset 47055 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 9, 2013 1:00:41 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87098
Message:

VMM/HMSVMR0: Paranoia assert on global init.

File:
1 edited

Legend:

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

    r47054 r47055  
    369369     * once globally here instead of per-VM.
    370370     */
     371    Assert(g_hMemObjIOBitmap == NIL_RTR0MEMOBJ);
    371372    int rc = RTR0MemObjAllocCont(&g_hMemObjIOBitmap, 3 << PAGE_SHIFT, false /* fExecutable */);
    372373    if (RT_FAILURE(rc))
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