summaryrefslogtreecommitdiffstats
path: root/gdb/remote-rdi.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1999-09-09 00:02:17 +0000
committerStan Shebs <shebs@codesourcery.com>1999-09-09 00:02:17 +0000
commitd4f3574e777abfa65c9ba134e582228f3f32a8d6 (patch)
tree408b74c26833555087f04f4ec466afd488af6087 /gdb/remote-rdi.c
parent325188ecac3a52d92d359c70f9b730470760e1d7 (diff)
downloadppe42-binutils-d4f3574e777abfa65c9ba134e582228f3f32a8d6.tar.gz
ppe42-binutils-d4f3574e777abfa65c9ba134e582228f3f32a8d6.zip
import gdb-1999-09-08 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 49ed2c7162..a9e9d9e0d2 100644
--- a/gdb/remote-rdi.c
+++ b/gdb/remote-rdi.c
@@ -373,7 +373,7 @@ arm_rdi_create_inferior (exec_file, args, env)
/* Set up memory limit */
top_of_memory = strtoul (*env + sizeof ("MEMSIZE=") - 1,
&end_of_num, 0);
- printf_filtered ("Setting top-of-memory to 0x%x\n",
+ printf_filtered ("Setting top-of-memory to 0x%lx\n",
top_of_memory);
rslt = angel_RDI_info (RDIInfo_SetTopMem, &top_of_memory, &arg2);
OpenPOWER on IntegriCloud