VirtualBox

Changeset 46926 in vbox for trunk


Ignore:
Timestamp:
Jul 3, 2013 11:26:20 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86929
Message:

VMM: Annoying assembler warning.

File:
1 edited

Legend:

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

    r46925 r46926  
    334334    xor         xAX, xAX
    335335    mov         ax, dx
    336     and         al, X86_SEL_MASK                                  ; Mask away TI and RPL bits leaving only the descriptor offset.
     336    and         al, ~(X86_SEL_LDT | X86_SEL_RPL)                  ; Mask away TI and RPL bits leaving only the descriptor offset.
    337337    add         xAX, qword [rsi + VMXRESTOREHOST.HostGdtr + 2]    ; xAX <- descriptor offset + GDTR.pGdt.
    338338    and         dword [ss:xAX + 4], ~RT_BIT(9)                    ; Clear the busy flag in TSS (bits 0-7=base, bit 9=busy bit).
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