VirtualBox

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


Ignore:
Timestamp:
Jul 10, 2013 12:04:05 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87122
Message:

VMM/HMSVMR0: Use a different error code for unrecognized vs. unexpected exit.

File:
1 edited

Legend:

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

    r47056 r47072  
    30363036                default:
    30373037                {
    3038                     AssertMsgFailed(("hmR0SvmHandleExit: Unexpected exit code %#x\n", u32ExitCode));
    3039                     return VERR_SVM_UNEXPECTED_EXIT;
     3038                    AssertMsgFailed(("hmR0SvmHandleExit: Unknown exit code %#x\n", u32ExitCode));
     3039                    return VERR_SVM_UNKNOWN_EXIT;
    30403040                }
    30413041            }
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