fix goof from last change

This commit is contained in:
Ken Raeburn 1993-01-04 21:48:44 +00:00
parent 06137fcb39
commit db81c5e7d5
1 changed files with 4 additions and 0 deletions

View File

@ -817,7 +817,11 @@ s_data ()
register int temp;
temp = get_absolute_expression ();
#ifdef BFD_ASSEMBLER
subseg_set (data_section, (subsegT) temp);
#else
subseg_change (data_section, (subsegT) temp);
#endif
#ifdef VMS
const_flag = 0;