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 8ffd8e88..92b8af91 100644
--- a/target.h
+++ b/target.h
@@ -92,6 +92,7 @@ struct target {
unsigned int max_fp_alignment;
const struct target *target_32bit;
+ const struct target *target_x32bit;
const struct target *target_64bit;
const struct builtin_fn *builtins;