Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / bitscan.c
index 7858291bf63429682f135b9467f1041b4633b036..88d7f94e119bd58d3417a95bd5cad3ea81176b4f 100644 (file)
@@ -60,7 +60,7 @@ ffs(int i)
 #endif
 
 #ifdef HAVE___BUILTIN_FFSLL
-#elif defined(_MSC_VER) && (_M_AMD64 || _M_ARM || _M_IA64)
+#elif defined(_MSC_VER) && (_M_AMD64 || _M_ARM64 || _M_IA64)
 #else
 int
 ffsll(long long int val)