VirtualBox

Changeset 955 in vbox for trunk/src/VBox/VMM/VMMSwitcher


Ignore:
Timestamp:
Feb 16, 2007 7:37:24 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18715
Message:

Always clear fs and gs!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm

    r848 r955  
    371371    mov     ds, eax
    372372    mov     es, eax
     373    xor     eax, eax
     374    mov     gs, eax
     375    mov     fs, eax
    373376    ; Load pCpum into EDX
    374377    FIXUP FIX_GC_CPUM_OFF, 1, 0
     
    475478    COM32_S_CHAR '!'
    476479%endif
    477     ; Clear fs and gs.
    478     xor     eax, eax
    479     mov     gs, eax
    480     mov     fs, eax
    481480
    482481    ; call routine
Note: See TracChangeset for help on using the changeset viewer.

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