mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
Update Int.h
This commit is contained in:
@@ -73,7 +73,7 @@ typedef __int128_t int128_t;
|
||||
#elif defined(__sparc__)
|
||||
typedef __uint128_t uint128_t;
|
||||
typedef __int128_t int128_t;
|
||||
#elif !__is_identifier(_ExtInt)
|
||||
#elif defined(__is_identifier) && __is_identifier(_ExtInt)
|
||||
typedef unsigned _ExtInt(128) uint128_t;
|
||||
typedef signed _ExtInt(128) int128_t;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user