Changeset 41759 in vbox
- Timestamp:
- Jun 15, 2012 3:54:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/system.c
r41594 r41759 134 134 modify nomemory; 135 135 136 /* Restore stack and reload segment registers in real mode to ensure 137 * real mode compatible selector+base. 138 */ 136 139 void pm_stack_restore(void); 137 140 #pragma aux pm_stack_restore = \ … … 139 142 "xor ax, ax" \ 140 143 "mov ds, ax" \ 144 "mov es, ax" \ 141 145 "lss sp, ds:[467h]" \ 142 146 "pop eax" \
Note:
See TracChangeset
for help on using the changeset viewer.