diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-01-18 00:55:13 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-01-18 00:55:13 +0000 |
commit | c5394b80aefdea6b2f589723a4b79bcbc1942629 (patch) | |
tree | c53989048ae15966e62006aaee403659bde346bf /gdb/remote-rdi.c | |
parent | 67a95c88f38aa938757c92389ba59bbc89e7fa79 (diff) | |
download | gdb-c5394b80aefdea6b2f589723a4b79bcbc1942629.zip gdb-c5394b80aefdea6b2f589723a4b79bcbc1942629.tar.gz gdb-c5394b80aefdea6b2f589723a4b79bcbc1942629.tar.bz2 |
import gdb-2000-01-17 snapshot
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r-- | gdb/remote-rdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c index 01433c8..63c8d60 100644 --- a/gdb/remote-rdi.c +++ b/gdb/remote-rdi.c @@ -251,7 +251,7 @@ device is attached to the remote system (e.g. /dev/ttya)."); /* Make the basic low-level connection. */ - Adp_CloseDevice (); + arm_rdi_close (0); rslt = Adp_OpenDevice (devName, openArgs, rdi_heartbeat); if (rslt != adp_ok) |