X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=bithelp.h;h=200b036354399f82cbb2138838d01eb41a696c3c;hb=836235113fd74ba178418530aa9eba4d452eb557;hp=ebb057fd3ca4bad27c8bfd3397a3f67b08cb703e;hpb=4b8483ae278577a3adc8d84da81d77019704466f;p=onak.git diff --git a/bithelp.h b/bithelp.h index ebb057f..200b036 100644 --- a/bithelp.h +++ b/bithelp.h @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + * $Id: bithelp.h,v 1.3 2003/06/04 20:57:07 noodles Exp $ */ #ifndef __BITHELP_H__ @@ -26,8 +28,7 @@ * @x: The integer to rotate. * @n: The number of bytes to rotate it by. */ -static inline unsigned int -rol(int x, int n) +static inline unsigned int rol(int x, int n) { __asm__("roll %%cl,%0" :"=r" (x)