diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index cba1442..c80fa09 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5516,7 +5516,7 @@ build_remote_gdbarch_data (void) /* Cisco stuff */ tty_input = xmalloc (PBUFSIZ); - remote_address_size = TARGET_PTR_BIT; + remote_address_size = TARGET_ADDR_BIT; } void |