Changeset 85968 in vbox
- Timestamp:
- Aug 31, 2020 11:49:16 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140163
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/SELM.cpp
r82968 r85968 568 568 { 569 569 /** @todo SMP support! */ 570 PVMCPU pVCpu = pVM->apCpusR3[0];570 PVMCPU pVCpu = VMMGetCpu(pVM); 571 571 572 572 VBOXGDTR GDTR; … … 611 611 { 612 612 /** @todo SMP support! */ 613 PVMCPU pVCpu = pVM->apCpusR3[0];613 PVMCPU pVCpu = VMMGetCpu(pVM); 614 614 615 615 uint64_t GCPtrLdt;
Note:
See TracChangeset
for help on using the changeset viewer.