- Timestamp:
- Mar 7, 2016 3:18:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-watcom-x86-16.h
r59527 r59942 367 367 # pragma aux ASMMemZero32 = \ 368 368 "xor ax, ax" \ 369 "mov dx, cx" \ 370 "rep stosw" \ 371 "mov cx, dx" \ 369 "shr cx, 1" \ 370 "shr cx, 1" \ 372 371 "rep stosw" \ 373 372 parm [es di] [cx] \ … … 386 385 #if defined(__SW_0) || defined(__SW_1) || defined(__SW_2) 387 386 # pragma aux ASMMemFill32 = \ 388 " test cx, cx" \ 387 " shr cx, 1" \ 388 " shr cx, 1" \ 389 389 " jz done" \ 390 390 "again:" \
Note:
See TracChangeset
for help on using the changeset viewer.