Changeset 26176 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 2, 2010 10:20:13 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57192
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r26044 r26176 311 311 312 312 int rc = SUPR3QueryVTCaps(&u32Caps); 313 if ( VBOX_SUCCESS(rc))313 if (RT_SUCCESS(rc)) 314 314 { 315 315 if (u32Caps & SUPVTCAPS_NESTED_PAGING)
Note:
See TracChangeset
for help on using the changeset viewer.