Changeset 1584


Ignore:
Timestamp:
Oct 17, 2004, 10:24:34 PM (21 years ago)
Author:
bird
Message:

fixed some word cmpxchg stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/386/builtin.h

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r1583 r1584  
    214214    unsigned rc;
    215215    __asm__ __volatile__("movw  (%1), %%ax\n\t"
     216                         "xorl  %%ebx, %%ebx\n\t"
    216217                         "1:\n\t"
    217218                         "movw  %%ax, %%bx\n\t"
     
    278279{
    279280    unsigned rc;
    280     __asm__ __volatile__("movw  (%1), %%ax\n"
     281    __asm__ __volatile__("movw  (%1), %%ax\n\t"
     282                         "xorl  %%ebx, %%ebx\n\t"
    281283                         "1:\n\t"
    282284                         "movw  %%ax, %%bx\n\t"
Note: See TracChangeset for help on using the changeset viewer.