projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
292dc23
)
Patched a couple of minor bugs in UDI support. These have been sent
author
Ian Lance Taylor
<ian@airs.com>
Fri, 18 Sep 1992 19:37:55 +0000
(19:37 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 18 Sep 1992 19:37:55 +0000
(19:37 +0000)
to AMD.
gdb/29k-share/udi/udip2soc.c
patch
|
blob
|
history
diff --git
a/gdb/29k-share/udi/udip2soc.c
b/gdb/29k-share/udi/udip2soc.c
index
d37c496
..
ff2d343
100644
(file)
--- a/
gdb/29k-share/udi/udip2soc.c
+++ b/
gdb/29k-share/udi/udip2soc.c
@@
-417,7
+417,7
@@
tip_connect:
udr_UDISessionId(udrs, &session[*Session].tip_id);
udr_UDIError(udrs, &dfe_errno);
- if (dfe_errno > 0) UDIKill(Session, 0);
+ if (dfe_errno > 0) UDIKill(
*
Session, 0);
return dfe_errno;