Changeset 7122 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Feb 25, 2008 4:17:09 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28373
- Location:
- trunk/src/VBox/VMM/VMMSwitcher
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm
r7095 r7122 633 633 ; Guest Context (assumes esp now points to CPUMCTXCORE structure). 634 634 ; 635 ; general purpose registers (layout is pushad)635 ; general purpose registers 636 636 push eax ; save return code. 637 637 mov eax, [esp + 4 + CPUMCTXCORE.edi] -
trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac
r7095 r7122 529 529 ; Guest Context (assumes esp now points to CPUMCTXCORE structure). 530 530 ; 531 ; general purpose registers (layout is pushad)531 ; general purpose registers. 532 532 push eax 533 533
Note:
See TracChangeset
for help on using the changeset viewer.