Changeset 5693 in vbox for trunk/src/VBox
- Timestamp:
- Nov 11, 2007 5:47:35 PM (17 years ago)
- Location:
- trunk/src/VBox/VMM/VMMSwitcher
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm
r4071 r5693 6 6 ; 7 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 10 ; available from http://www.virtualbox.org. This file is free software; … … 152 152 push 0ffffh 153 153 FIXUP FIX_HC_32BIT, 1, NAME(vmmR0HostToGuestAsm) - NAME(Start) 154 push NAME(vmmR0HostToGuestAsm)154 push 0ffffffffh 155 155 retf 156 156 .vmmR0HostToGuestReturn: -
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac
r4071 r5693 6 6 ; 7 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 10 ; available from http://www.virtualbox.org. This file is free software;
Note:
See TracChangeset
for help on using the changeset viewer.