Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qemu/include/qemu/int128.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static inline Int128 bswap128(Int128 a)
#else /* !CONFIG_INT128 */

typedef struct Int128 Int128;
#if !(defined(_MSC_VER) && defined(__clang__))
#if !defined(__clang__) && !(defined(_MSC_VER) && defined(__clang__))
typedef Int128 __int128_t;
#endif

Expand Down
Loading