VirtualBox

Changeset 58792 in vbox for trunk/include


Ignore:
Timestamp:
Nov 20, 2015 3:40:15 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104242
Message:

iprt/asm-watcom-x86-16.h: Fixed ASMMemFill32 bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm-watcom-x86-16.h

    r58788 r58792  
    344344    "and ecx, 0ffffh" /* probably not necessary, lazy bird should check... */ \
    345345    "shr ecx, 2" \
    346     "shr eax, 16" \
     346    "shl eax, 16" \
    347347    "mov ax, dx" \
    348348    "rol eax, 16" \
Note: See TracChangeset for help on using the changeset viewer.

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