Changeset 66874 in vbox
- Timestamp:
- May 11, 2017 4:40:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-EnteredMode.asm
r60676 r66874 5 5 6 6 ; 7 ; Copyright (C) 2007-201 6Oracle Corporation7 ; Copyright (C) 2007-2017 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 44 44 mov xBP, xSP 45 45 push xAX 46 push xCX 47 push xDX 48 TONLY16 push xBX 46 49 %if BS3_MODE_IS_64BIT_CODE(TMPL_MODE) 47 push rcx48 push rdx49 50 push r8 50 51 push r9 … … 252 253 pop r9 253 254 pop r8 254 pop rdx 255 pop rcx 256 %endif 255 %endif 256 TONLY16 pop xBX 257 pop xDX 258 pop xCX 257 259 pop xAX 258 260 %ifdef BS3_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.