[PD-cvs] pd/src m_fifo.c,1.1.2.13,1.1.2.14

Tim Blechmann timblech at users.sourceforge.net
Wed May 11 23:31:10 CEST 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3835

Modified Files:
      Tag: devel_0_38
	m_fifo.c 
Log Message:
amd64 fix

Index: m_fifo.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_fifo.c,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -C2 -d -r1.1.2.13 -r1.1.2.14
*** m_fifo.c	9 May 2005 13:26:47 -0000	1.1.2.13
--- m_fifo.c	11 May 2005 21:30:35 -0000	1.1.2.14
***************
*** 354,358 ****
  		"pop	%%rbx				\n\t"
  		:"=a" (data)
! 		:"S" (&lifo->top)
  		:"memory", "rdx");
  	return data;			 
--- 354,358 ----
  		"pop	%%rbx				\n\t"
  		:"=a" (data)
! 		:"D" (&lifo->top)
  		:"memory", "rdx");
  	return data;			 
***************
*** 376,380 ****
  		"pop	%%rbx				\n\t"
  		:/* no output */
! 		:"S" (lifo), "c" (data)
  		:"memory", "rax", "rdx");
  }
--- 376,380 ----
  		"pop	%%rbx				\n\t"
  		:/* no output */
! 		:"D" (lifo), "c" (data)
  		:"memory", "rax", "rdx");
  }





More information about the Pd-cvs mailing list