Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2011 06:46:56 +0000
From:      xxp@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r225123 - soc2011/xxp/xxp-head/lib/libthr/arch/i386/i386
Message-ID:  <20110815064656.E2BF6106564A@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: xxp
Date: Mon Aug 15 06:46:56 2011
New Revision: 225123
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=225123

Log:
  fix _umtx_op_err.S

Modified:
  soc2011/xxp/xxp-head/lib/libthr/arch/i386/i386/_umtx_op_err.S

Modified: soc2011/xxp/xxp-head/lib/libthr/arch/i386/i386/_umtx_op_err.S
==============================================================================
--- soc2011/xxp/xxp-head/lib/libthr/arch/i386/i386/_umtx_op_err.S	Mon Aug 15 03:41:48 2011	(r225122)
+++ soc2011/xxp/xxp-head/lib/libthr/arch/i386/i386/_umtx_op_err.S	Mon Aug 15 06:46:56 2011	(r225123)
@@ -31,7 +31,7 @@
 
 #define SYSCALL_ERR(x)		 			\
 			ENTRY(__CONCAT(x, _err));	\
-			mov __CONCAT($SYS_,x),%eax; int $0x80; ret \
+			mov __CONCAT($SYS_,x),%eax; int $0x80; ret; \
 			END(__CONCAT(x, _err));	
 
 SYSCALL_ERR(_umtx_op)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110815064656.E2BF6106564A>