aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'target.h')
-rw-r--r--target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target.h b/target.h
index 8f39abb8..a89e21b6 100644
--- a/target.h
+++ b/target.h
@@ -60,6 +60,7 @@ struct target {
unsigned int big_endian:1;
unsigned int unsigned_char:1;
unsigned int size_t_long:1;
+ unsigned int has_int128:1;
struct symbol *wchar;
struct symbol *wint;