FS-10945: [Build-System] build fails for Master #resolve

This commit is contained in:
Brian West
2018-02-09 11:52:27 -06:00
committed by Mike Jerris
parent 2860355ee5
commit 0c395086bf
+1 -1
View File
@@ -342,7 +342,7 @@ octet_string_set_to_zero(void *s, size_t len);
/* Fall back. */
static inline uint32_t be32_to_cpu(uint32_t v) {
/* optimized for x86. */
asm("bswap %0" : "=r" (v) : "0" (v));
__asm__("bswap %0" : "=r" (v) : "0" (v));
return v;
}
# else /* HAVE_X86 */