summaryrefslogtreecommitdiff
path: root/gdb/ia64-hpux-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ia64-hpux-tdep.c')
-rw-r--r--gdb/ia64-hpux-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ia64-hpux-tdep.c b/gdb/ia64-hpux-tdep.c
index a8db53347d9..d6a0ff909fb 100644
--- a/gdb/ia64-hpux-tdep.c
+++ b/gdb/ia64-hpux-tdep.c
@@ -265,7 +265,7 @@ ia64_hpux_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp,
{
ULONGEST cfm;
int sof, sol, sor, soo;
- char buf[16];
+ gdb_byte buf[16];
regcache_cooked_read_unsigned (regcache, IA64_CFM_REGNUM, &cfm);
sof = cfm & 0x7f;