Changeset 60657 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-PagingGetRootForLM64.asm
- Timestamp:
- Apr 22, 2016 3:57:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-PagingGetRootForLM64.asm
r60554 r60657 71 71 push xBP 72 72 mov xBP, xSP 73 BS3_ONLY_16BIT_STMTpush es73 BONLY16 push es 74 74 push sDX 75 75 push sCX … … 102 102 ; Not a problematic addressing mode. 103 103 ; 104 BS3_ONLY_64BIT_STMTsub rsp, 20h104 BONLY64 sub rsp, 20h 105 105 BS3_CALL Bs3PagingInitRootForLM, 0 106 BS3_ONLY_64BIT_STMTadd rsp, 20h106 BONLY64 add rsp, 20h 107 107 %endif 108 108 … … 121 121 pop sCX 122 122 pop sDX 123 BS3_ONLY_16BIT_STMTpop es123 BONLY16 pop es 124 124 leave 125 125 %ifdef BS3_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.