Marius Strobl a9f4f750ff - The inline asm in this file uses output operands before all input
operands are consumed so use the appropriate constraint modifier.
  Before this change GCC used one register for both an input and an
  unrelated output operand of in_addword(), causing the input to be
  overwritten before it was consumed and thus breaking in_addword().
  For in_cksum_hdr() and in_pseudo() this change is more or less
  cosmetic.
- Fix a misspelling in a nearby comment.

Reported & tested by:	yongari
MFC after:		1 week
2006-01-12 11:40:39 +00:00
..
2005-12-21 06:10:42 +00:00
2005-12-04 02:12:43 +00:00
2006-01-10 00:54:18 +00:00
2006-01-12 10:15:51 +00:00
2005-12-04 02:12:43 +00:00
2005-12-31 05:06:59 +00:00
2005-12-14 00:49:52 +00:00