mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* stabsread.c (read_type): Call read_type, not nonexistent
os9k_read_type.
This commit is contained in:
parent
f645a4bf38
commit
0a2e98a99e
@ -1,3 +1,8 @@
|
||||
Fri Apr 22 16:43:54 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* stabsread.c (read_type): Call read_type, not nonexistent
|
||||
os9k_read_type.
|
||||
|
||||
Fri Apr 22 14:25:36 1994 Kung Hsu (kung@mexican.cygnus.com)
|
||||
|
||||
* remote-os9k.c (rombug_fetch_registers): set trace mode
|
||||
|
@ -1553,7 +1553,7 @@ read_type (pp, objfile)
|
||||
++*pp;
|
||||
while (**pp != ')')
|
||||
{
|
||||
t = os9k_read_type(pp, objfile);
|
||||
t = read_type(pp, objfile);
|
||||
if (**pp == ',') ++*pp;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user