K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-11-03T16:21:47.613043Z K 7 svn:log V 239 Fix two mistakes on 32-bit systems. The slbmte code in syscall() is 64-bit only, and should be protected with an ifdef, and the no-execute bit in 32-bit set_user_sr() should be set before the comparison, not after, or it will never match. END