VirtualBox

Changeset 51499 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 2, 2014 7:01:59 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94110
Message:

6813 - MachineImpl use of server side wrappers - vn 2 - bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r51498 r51499  
    19931993                    if (SUCCEEDED(hrc2) && fIs64Bit)
    19941994                    {
    1995                         ComObjPtr<Host> ptrHost = mParent->host();
     1995                        ComObjPtr<Host> ptrHost = mParent->i_host();
    19961996                        alock.release();
    19971997
    1998                         hrc2 = ptrHost->GetProcessorFeature(ProcessorFeature_LongMode, aVal); AssertComRC(hrc2);
     1998                        hrc2 = ptrHost->GetProcessorFeature(ProcessorFeature_LongMode, aValue); AssertComRC(hrc2);
    19991999                        if (FAILED(hrc2))
    20002000                            *aValue = FALSE;
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