Browse Source

Fixed LOCAL_LABELS_FB bug.

gdb-4_18-branch
K. Richard Pixley 36 years ago
parent
commit
8fb360783f
  1. 4
      gas/config/tc-sparc.c

4
gas/config/tc-sparc.c

@ -814,9 +814,9 @@ char *str;
default:
abort();
}
} /* switch on arg code */
break;
}
} /* for each arg that we expect */
error:
if (match == 0) {
/* Args don't match. */

Loading…
Cancel
Save