diff options
author | Jeff Law <law@redhat.com> | 2001-08-29 18:45:18 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-08-29 18:45:18 +0000 |
commit | eea78af13dc37330d917c96f7dc387e1cdb4d1b7 (patch) | |
tree | 8f2b1229c9dbe5b02ac180b764157f599f9df2c7 /bfd/cpu-h8300.c | |
parent | * lib/gas-defs.exp: (regexp_diff) At verbosity 3, also show (diff) | |
download | binutils-gdb-eea78af13dc37330d917c96f7dc387e1cdb4d1b7.tar.gz binutils-gdb-eea78af13dc37330d917c96f7dc387e1cdb4d1b7.tar.bz2 binutils-gdb-eea78af13dc37330d917c96f7dc387e1cdb4d1b7.zip |
Fix brown-paper-bag thinko in last change.
Diffstat (limited to 'bfd/cpu-h8300.c')
-rw-r--r-- | bfd/cpu-h8300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-h8300.c b/bfd/cpu-h8300.c index 4e36952d95b..7d6b5d2bc0c 100644 --- a/bfd/cpu-h8300.c +++ b/bfd/cpu-h8300.c @@ -66,7 +66,7 @@ h8300_scan (info, string) if (*string == ':') { string++; - h8300_scan (info, string); + return h8300_scan (info, string); } if (*string == 'h' || *string == 'H') |