X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/4b8483ae278577a3adc8d84da81d77019704466f..a068c078307cee7aa58469074a0e4a59b3f48718:/bithelp.h 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)