VirtualBox

Ignore:
Timestamp:
Feb 21, 2016 6:27:26 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105634
Message:

Runtime/ASMMemFirstMismatchingU8: fix for 32-bit

File:
1 edited

Legend:

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

    r59747 r59764  
    167167        mov     edx, xCB - 1
    168168        and     edx, ecx                ; Remaining bytes for tail scan
     169 %if ARCH_BITS == 64
    169170        shr     xCX, 3
    170  %if ARCH_BITS == 64
    171171        repe scasq
    172172 %else
     173        shr     xCX, 2
    173174        repe scasd
    174175 %endif
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