Index: /trunk/include/iprt/asm.h
===================================================================
--- /trunk/include/iprt/asm.h	(revision 58772)
+++ /trunk/include/iprt/asm.h	(revision 58773)
@@ -5037,5 +5037,5 @@
                          : "rm" (u64));
 # else
-    unsigned iBit = ASMBitLastSetU32((uint32_t)(u64 >> 32);
+    unsigned iBit = ASMBitLastSetU32((uint32_t)(u64 >> 32));
     if (iBit)
         iBit += 32;
