summaryrefslogtreecommitdiffstats
path: root/gcc/dwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dwarf.h')
-rw-r--r--gcc/dwarf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/dwarf.h b/gcc/dwarf.h
index 9d9b96dd997..876bdc0abe5 100644
--- a/gcc/dwarf.h
+++ b/gcc/dwarf.h
@@ -285,10 +285,10 @@ enum dwarf_subscr_data_formats {
/* Derived from above for ease of use. */
-#define FMT_CODE(_FUNDAMENTAL_TYPE_P, _UB_CONST_P, _LB_CONST_P) \
+#define FMT_CODE(_FUNDAMENTAL_TYPE_P, _LB_CONST_P, _UB_CONST_P) \
(((_FUNDAMENTAL_TYPE_P) ? 0 : 4) \
- | ((_UB_CONST_P) ? 0 : 2) \
- | ((_LB_CONST_P) ? 0 : 1))
+ | ((_LB_CONST_P) ? 0 : 2) \
+ | ((_UB_CONST_P) ? 0 : 1))
/* Source language names and codes. */
OpenPOWER on IntegriCloud