projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad62fc
)
Fix brown-paper-bag thinko in last change.
author
Jeff Law
<law@redhat.com>
Wed, 29 Aug 2001 18:45:18 +0000
(18:45 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 29 Aug 2001 18:45:18 +0000
(18:45 +0000)
bfd/cpu-h8300.c
patch
|
blob
|
history
diff --git
a/bfd/cpu-h8300.c
b/bfd/cpu-h8300.c
index 4e36952d95bcd57055e1480bfdd95ade1f870ed3..7d6b5d2bc0c6058ac8c808db8089b18912f632c6 100644
(file)
--- 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')