Changeset 2049
- Timestamp:
 - Jun 19, 2005, 6:18:40 AM (20 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/emx/include/386/builtin.h (modified) (2 diffs, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/emx/include/386/builtin.h
- 
Property       cvs2svn:cvs-rev
 changed from       
1.12to1.13 
r2048 r2049 279 279 static __inline__ int __atomic_increment_max(__volatile__ unsigned *pu, const unsigned uMax) 280 280 { 281 unsigned rc ;281 unsigned rc = 0; 282 282 __asm__ __volatile__("movl %2, %%eax\n\t" 283 283 "1:\n\t" … … 348 348 static __inline__ int __atomic_decrement_min(__volatile__ unsigned *pu, const unsigned uMin) 349 349 { 350 unsigned rc ;350 unsigned rc = 0; 351 351 __asm__ __volatile__("movl %2, %%eax\n" 352 352 "1:\n\t"  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  