VirtualBox

Changeset 12749 in vbox for trunk/src


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

Corrected assertion

File:
1 edited

Legend:

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

    r12748 r12749  
    18581858                    goto ResumeExecution;
    18591859                }
    1860                 AssertMsg(rc == VERR_EM_INTERPRETER);
     1860                AssertMsg(rc == VERR_EM_INTERPRETER, ("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