Changeset 58560 in vbox
- Timestamp:
- Nov 4, 2015 1:02:15 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103906
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp
r58547 r58560 3521 3521 && ( paMsrs[cDetectedRegs].uMsr == uMsr + cRegs 3522 3522 || (cRegs & 3) == 2 /* ADDR may or may not be there, depends on STATUS and CPU. */ 3523 || (cRegs & 3) == 3 /* MISC may or may not be there, depends on STATUS and CPU. */) 3523 || (cRegs & 3) == 3 /* MISC may or may not be there, depends on STATUS and CPU. */ 3524 || cRegs == 0x13 /* MC4_MISC may not be there, depends on CPU. */ 3525 || cRegs == 0x14 /* MC5_CTL may not be there, depends on CPU. */) 3524 3526 && cRegs < 0x7f ) 3525 3527 {
Note:
See TracChangeset
for help on using the changeset viewer.