VirtualBox

Changeset 46939 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jul 3, 2013 2:24:06 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86944
Message:

Missing ASMGetLDTR on win64.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asm/ASMGetLDTR.asm

    r46938 r46939  
     1; $Id: $
    12;; @file
    2 ; IPRT - ASMGetTR().
     3; IPRT - ASMGetLDTR().
    34;
    45
    56;
    6 ; Copyright (C) 2006-2010 Oracle Corporation
     7; Copyright (C) 2006-2013 Oracle Corporation
    78;
    89; This file is part of VirtualBox Open Source Edition (OSE), as
     
    3233
    3334;;
    34 ; Get the TR register.
    35 ; @returns TR.
     35; Get the LDTR register.
     36; @returns LDTR.
    3637;
    37 BEGINPROC_EXPORTED ASMGetTR
    38         str     ax
     38BEGINPROC_EXPORTED ASMGetLDTR
     39        sldt    ax
    3940        movzx   eax, ax
    4041        ret
    41 ENDPROC ASMGetTR
     42ENDPROC ASMGetLDTR
    4243
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