Changeset 46939 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 3, 2013 2:24:06 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86944
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMGetLDTR.asm
r46938 r46939 1 ; $Id: $ 1 2 ;; @file 2 ; IPRT - ASMGet TR().3 ; IPRT - ASMGetLDTR(). 3 4 ; 4 5 5 6 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2013 Oracle Corporation 7 8 ; 8 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 32 33 33 34 ;; 34 ; Get the TR register.35 ; @returns TR.35 ; Get the LDTR register. 36 ; @returns LDTR. 36 37 ; 37 BEGINPROC_EXPORTED ASMGet TR38 s trax38 BEGINPROC_EXPORTED ASMGetLDTR 39 sldt ax 39 40 movzx eax, ax 40 41 ret 41 ENDPROC ASMGet TR42 ENDPROC ASMGetLDTR 42 43
Note:
See TracChangeset
for help on using the changeset viewer.