VirtualBox

Ignore:
Timestamp:
May 20, 2022 7:28:15 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151511
Message:

GCM: Corrected return codes.

File:
1 edited

Legend:

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

    r94944 r95048  
    84058405        if (rcStrict == VINF_SUCCESS)
    84068406            rc = VINF_SUCCESS;      /* Restart instruction with modified guest register context. */
    8407         else if (rcStrict == VINF_EM_RAW_GUEST_TRAP)
     8407        else if (rcStrict == VERR_NOT_FOUND)
    84088408            rc = VERR_NOT_FOUND;    /* Deliver the exception. */
    84098409        else
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