gdb/
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index 299e94c251396f483777fdb844cf09ea0e05bf1f..a20f9533ba43e6a1a49cadfc0753d872042fbdbf 100644 (file)
@@ -1047,7 +1047,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend,
                if (tsym.st != stMember)
                  break;
 
-               SET_FIELD_BITPOS (*f, tsym.value);
+               SET_FIELD_ENUMVAL (*f, tsym.value);
                FIELD_TYPE (*f) = t;
                FIELD_NAME (*f) = debug_info->ss + cur_fdr->issBase + tsym.iss;
                FIELD_BITSIZE (*f) = 0;
This page took 0.031552 seconds and 4 git commands to generate.