mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Patched a couple of minor bugs in UDI support. These have been sent
to AMD.
This commit is contained in:
parent
292dc23953
commit
5258c9d1c6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user