VirtualBox

Changeset 2760 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 22, 2007 11:39:44 AM (18 years ago)
Author:
vboxsync
Message:

Don't save FS & GS in 64 bits mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r2759 r2760  
    9393    ;; @todo check ds,es saving/restoring on AMD64
    9494 %macro MYPUSHSEGS 2
    95     push    gs
    96     push    fs
    9795    mov     %2, es
    9896    push    %1
     
    105103    pop     %1
    106104    mov     es, %2
    107     pop     fs
    108     pop     gs
    109105 %endmacro
    110106
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette