Changeset 51499 in vbox for trunk/src/VBox
- Timestamp:
- Jun 2, 2014 7:01:59 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94110
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r51498 r51499 1993 1993 if (SUCCEEDED(hrc2) && fIs64Bit) 1994 1994 { 1995 ComObjPtr<Host> ptrHost = mParent-> host();1995 ComObjPtr<Host> ptrHost = mParent->i_host(); 1996 1996 alock.release(); 1997 1997 1998 hrc2 = ptrHost->GetProcessorFeature(ProcessorFeature_LongMode, aVal ); AssertComRC(hrc2);1998 hrc2 = ptrHost->GetProcessorFeature(ProcessorFeature_LongMode, aValue); AssertComRC(hrc2); 1999 1999 if (FAILED(hrc2)) 2000 2000 *aValue = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.