summaryrefslogtreecommitdiff
path: root/gdb/remote-rdi.c
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>2000-01-18 00:55:13 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>2000-01-18 00:55:13 +0000
commit3737fc11419f15ae6e62cc9bfbc045e70b6b4e4d (patch)
treebd191e1f9d4f39010488623b3f0da4fafd4e6c11 /gdb/remote-rdi.c
parentfc40d2f38bbc9727fca36b079b035400de581f7a (diff)
downloadgdb-3737fc11419f15ae6e62cc9bfbc045e70b6b4e4d.tar.gz
import gdb-2000-01-17 snapshot
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r--gdb/remote-rdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c
index 01433c82375..63c8d600aba 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)