VirtualBox

Changeset 31636 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 13, 2010 12:03:15 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64772
Message:

EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use VBOXSTRICTRC on the methods that would actually return VINF_EM_* stuff.

File:
1 edited

Legend:

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

    r31569 r31636  
    32903290
    32913291                    default:
    3292                         rc = EMInterpretInstructionCPU(pVM, pVCpu, pDis, CPUMCTX2CORE(pCtx), 0, &cbSize);
     3292                        rc = EMInterpretInstructionCPU(pVM, pVCpu, pDis, CPUMCTX2CORE(pCtx), 0, EMCODETYPE_SUPERVISOR, &cbSize);
    32933293                        break;
    32943294                    }
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