Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d14b3dfc authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Helge Deller
Browse files

parisc: Fix typo in ldcw.h

parent 13ff6313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
   memory to indicate to the compiler that the assembly code reads
   or writes to items other than those listed in the input and output
   operands.  This may pessimize the code somewhat but __ldcw is
   usually used within code blocks surrounded by memory barriors.  */
   usually used within code blocks surrounded by memory barriers.  */
#define __ldcw(a) ({						\
	unsigned __ret;						\
	__asm__ __volatile__(__LDCW " 0(%1),%0"			\