Changeset 57057 in vbox for trunk/src/VBox
- Timestamp:
- Jul 22, 2015 2:55:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r57055 r57057 3839 3839 */ 3840 3840 uint32_t fFeaturesECX, uDummy; 3841 uint32_t uVendorEBX, uVendorECX, uVendorEDX;3842 3841 #ifdef VBOX_STRICT 3843 3842 /* Callers should have verified these at some point. */ 3844 uint32_t uMaxId ;3843 uint32_t uMaxId, uVendorEBX, uVendorECX, uVendorEDX; 3845 3844 ASMCpuId(0, &uMaxId, &uVendorEBX, &uVendorECX, &uVendorEDX); 3846 3845 Assert(ASMIsValidStdRange(uMaxId));
Note:
See TracChangeset
for help on using the changeset viewer.