Changeset 9593 in vbox
- Timestamp:
- Jun 11, 2008 9:44:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r9592 r9593 564 564 lldt ax 565 565 566 pop xSI ; pCtx (needed in rsi by the macros below 566 pop xSI ; pCtx (needed in rsi by the macros below) 567 567 568 568 ; Save the guest LSTAR, CSTAR, SFMASK & KERNEL_GSBASE MSRs and restore the host MSRs … … 597 597 lldt ax 598 598 599 pop xSI ; pCtx (needed in rsi by the macros below 599 pop xSI ; pCtx (needed in rsi by the macros below) 600 600 601 601 ; Save the guest LSTAR, CSTAR, SFMASK & KERNEL_GSBASE MSRs and restore the host MSRs … … 624 624 lldt ax 625 625 626 pop xSI ; pCtx (needed in rsi by the macros below 626 pop xSI ; pCtx (needed in rsi by the macros below) 627 627 628 628 ; Save the guest LSTAR, CSTAR, SFMASK & KERNEL_GSBASE MSRs and restore the host MSRs
Note:
See TracChangeset
for help on using the changeset viewer.

