VirtualBox

Changeset 12751 in vbox


Ignore:
Timestamp:
Sep 25, 2008 3:42:01 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37075
Message:

Corrected assertion again

File:
1 edited

Legend:

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

    r12750 r12751  
    18581858                    goto ResumeExecution;
    18591859                }
    1860                 AssertMsg(rc == VERR_EM_INTERPRETER, ("Unexpected rc=%Vrc\n", rc));
     1860                AssertMsg(rc == VERR_EM_INTERPRETER || rc == VINF_PGM_CHANGE_MODE, ("Unexpected rc=%Vrc\n", rc));
    18611861                break;
    18621862            }
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