- Timestamp:
- Sep 11, 2014 1:00:57 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96033
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r52697 r52698 4279 4279 || fGuestHvp) 4280 4280 { 4281 uint32_t const uHyperLeaf 4281 uint32_t const uHyperLeaf = 0x40000000; 4282 4282 pHlp->pfnPrintf(pHlp, 4283 4283 "\n" … … 4300 4300 uint32_t const cHyperHstMax = Host.eax; 4301 4301 uint32_t const cHyperMax = RT_MAX(cHyperHstMax, cHyperGstMax); 4302 for (u nsignedi = uHyperLeaf; i <= cHyperMax; i++)4302 for (uint32_t i = uHyperLeaf; i <= cHyperMax; i++) 4303 4303 { 4304 4304 RT_ZERO(Host);
Note:
See TracChangeset
for help on using the changeset viewer.