From: Ian Lance Taylor Date: Fri, 18 Sep 1992 19:37:55 +0000 (+0000) Subject: Patched a couple of minor bugs in UDI support. These have been sent X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5258c9d1c6981d939d5a79d70bf4076c903da79a;p=binutils-gdb.git Patched a couple of minor bugs in UDI support. These have been sent to AMD. --- diff --git a/gdb/29k-share/udi/udip2soc.c b/gdb/29k-share/udi/udip2soc.c index d37c496833f..ff2d3439f91 100644 --- 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;