Changeset 61074 in vbox for trunk/src/VBox
- Timestamp:
- May 20, 2016 3:26:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r61072 r61074 403 403 { 404 404 PCAPICCPU pApicCpu = VMCPU_TO_APICCPU(pVCpu); 405 return pApicCpu->uApicBaseMsr & MSR_IA32_APICBASE_EN;405 return RT_BOOL(pApicCpu->uApicBaseMsr & MSR_IA32_APICBASE_EN); 406 406 } 407 407
Note:
See TracChangeset
for help on using the changeset viewer.