Fix typos.

This commit is contained in:
Andreas Schwab 2003-03-25 23:40:18 +00:00
parent 64928a8889
commit 97b729d379

View File

@ -99,7 +99,7 @@ typedef uintmax_t uatomic_max_t;
__asm __volatile ("1: cas2%.l %0:%R0,%1:%R1,(%2):(%3);" \
" jbne 1b" \
: "=d" (__result) \
: "d" (newval), "r" (__memp), \
: "d" (newvalue), "r" (__memp), \
"r" ((char *) __memp + 4), "0" (__result) \
: "memory"); \
} \
@ -195,7 +195,7 @@ typedef uintmax_t uatomic_max_t;
: "1" (*(mem))); \
else \
{ \
__typef (mem) __memp = (mem); \
__typeof (mem) __memp = (mem); \
__typeof (*(mem)) __oldval = *__memp; \
__typeof (*(mem)) __temp; \
__asm __volatile ("1: move%.l %1,%2;" \