Changeset 55304 in vbox for trunk/src/VBox
- Timestamp:
- Apr 16, 2015 11:15:39 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99624
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac
r55302 r55304 1239 1239 ; - DR7 (reset to 0x400) 1240 1240 1241 ; Save the Guest CPU context pointer.1242 push rsi ; Push for saving the state at the end1243 1244 1241 ; 1245 1242 ; Save the host XCR0 and load the guest one if necessary. … … 1265 1262 push 3fh ; indicate that we need not. 1266 1263 .xcr0_before_done: 1264 1265 ; Save the Guest CPU context pointer. 1266 push rsi ; Push for saving the state at the end 1267 1267 1268 1268 ; Save host fs, gs, sysenter msr etc
Note:
See TracChangeset
for help on using the changeset viewer.