Ignore:
Timestamp:
Jun 19, 2005, 6:18:40 AM (20 years ago)
Author:
bird
Message:

shut up gcc

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.12 to 1.13
    r2048 r2049  
    279279static __inline__ int __atomic_increment_max(__volatile__ unsigned *pu, const unsigned uMax)
    280280{
    281     unsigned rc;
     281    unsigned rc = 0;
    282282    __asm__ __volatile__("movl  %2, %%eax\n\t"
    283283                         "1:\n\t"
     
    348348static __inline__ int __atomic_decrement_min(__volatile__ unsigned *pu, const unsigned uMin)
    349349{
    350     unsigned rc;
     350    unsigned rc = 0;
    351351    __asm__ __volatile__("movl  %2, %%eax\n"
    352352                         "1:\n\t"
Note: See TracChangeset for help on using the changeset viewer.