VirtualBox

Changeset 59942 in vbox for trunk


Ignore:
Timestamp:
Mar 7, 2016 3:18:11 PM (9 years ago)
Author:
vboxsync
Message:

iprt/asm-watcom-x86-16.h: Bug fix in 8086 version of ASMMemFill32 and ASMMemZero32.

File:
1 edited

Legend:

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

    r59527 r59942  
    367367# pragma aux ASMMemZero32 = \
    368368    "xor ax, ax" \
    369     "mov dx, cx" \
    370     "rep stosw" \
    371     "mov cx, dx" \
     369    "shr cx, 1" \
     370    "shr cx, 1" \
    372371    "rep stosw" \
    373372    parm [es di] [cx] \
     
    386385#if defined(__SW_0) || defined(__SW_1) || defined(__SW_2)
    387386# pragma aux ASMMemFill32 = \
    388     "   test    cx, cx" \
     387    "   shr     cx, 1" \
     388    "   shr     cx, 1" \
    389389    "   jz      done" \
    390390    "again:" \
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