Changeset 49943 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 16, 2013 8:19:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPIPerf.cpp
r49910 r49943 180 180 { 181 181 BOOL fSupported; 182 HRESULThrc = pHost->GetProcessorFeature(ProcessorFeature_PAE, &fSupported);182 hrc = pHost->GetProcessorFeature(ProcessorFeature_PAE, &fSupported); 183 183 if (FAILED(hrc)) 184 184 {
Note:
See TracChangeset
for help on using the changeset viewer.