Changeset 3697 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Jul 18, 2007 5:04:33 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm
r2988 r3697 86 86 ; make r9 = pVM and rdx = pCpum. 87 87 ; rax, rcx and r8 are scratch here after. 88 %ifdef __WIN64__88 %ifdef RT_OS_WINDOWS 89 89 mov r9, rcx 90 90 %else … … 162 162 163 163 ; 164 ; This selector reloading is probably not necessary, but we do it anyway to be quite sure 164 ; This selector reloading is probably not necessary, but we do it anyway to be quite sure 165 165 ; the CPU has the right idea about the selectors. 166 166 ;
Note:
See TracChangeset
for help on using the changeset viewer.