gatomic.c



Hi everybody,

In glib-2.4.2, in hatomic.c :
Line 37 :
 __asm__ __volatile__ ("lock; xaddl %0,%1"
Should be :
  __asm __volatile__ ("lock; xaddl %0,%1"

Line 47 :
  __asm__ __volatile__ ("lock; addl %1,%0"
Should be :
  __asm __volatile__ ("lock; addl %1,%0"

Line 138 :
 __asm__ __volatile__ (	
Should be :
 __asm __volatile__ (

Line 164:
__asm__ __volatile__ (
Should be:
__asm __volatile__ (

Line 190:
  __asm__ __volatile__ (
Should be :
  __asm __volatile__ (

The same for line 221, 231,

Regards,

Benoit "GTKool" Carpentier
(http://gtk.alkia.org)





	

	
		
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]