Changeset 47606 in vbox for trunk/src/VBox
- Timestamp:
- Aug 8, 2013 9:23:44 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87807
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac
r47033 r47606 508 508 push xDI 509 509 %ifndef VMX_SKIP_TR 510 mov xDI, [xSP + xCB * 3] ; pCtx (*3 to skip the saved xDI, LDTR,TR)510 mov xDI, [xSP + xCB * 3] ; pCtx (*3 to skip the saved xDI, TR, LDTR) 511 511 %else 512 512 mov xDI, [xSP + xCB * 2] ; pCtx (*2 to skip the saved xDI, LDTR)
Note:
See TracChangeset
for help on using the changeset viewer.