K 10 svn:author V 6 cognet K 8 svn:date V 27 2007-11-27T22:12:05.000000Z K 7 svn:log V 267 In atomic_fetchadd_32(), do not blindly increase the value of %3. It should just contain the value we want to add, as if we're interrupted between the add and the str, we will restart from the beginning. Just use a register we can scratch instead. MFC After: 1 week END