Changeset 2760 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 22, 2007 11:39:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r2759 r2760 93 93 ;; @todo check ds,es saving/restoring on AMD64 94 94 %macro MYPUSHSEGS 2 95 push gs96 push fs97 95 mov %2, es 98 96 push %1 … … 105 103 pop %1 106 104 mov es, %2 107 pop fs108 pop gs109 105 %endmacro 110 106
Note:
See TracChangeset
for help on using the changeset viewer.