X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=bithelp.h;h=56a1c074d49c88bf6b2ec529f26f30e4390c50e9;hb=fea8d960ad3d4879ef2faa62c0b9b6deacabfc1f;hp=ebb057fd3ca4bad27c8bfd3397a3f67b08cb703e;hpb=d55ec9e986e5c0c7345ae0e6a1449c4292291b32;p=onak.git diff --git a/bithelp.h b/bithelp.h index ebb057f..56a1c07 100644 --- a/bithelp.h +++ b/bithelp.h @@ -26,8 +26,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)