summaryrefslogtreecommitdiff
path: root/gdb/tramp-frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tramp-frame.c')
-rw-r--r--gdb/tramp-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c
index 75fb22fc910..8d808d38d12 100644
--- a/gdb/tramp-frame.c
+++ b/gdb/tramp-frame.c
@@ -97,7 +97,7 @@ tramp_frame_start (const struct tramp_frame *tramp,
int i;
for (i = 0; 1; i++)
{
- bfd_byte buf[sizeof (tramp->insn[0])];
+ gdb_byte buf[sizeof (tramp->insn[0])];
ULONGEST insn;
if (tramp->insn[i].bytes == TRAMP_SENTINEL_INSN)
return func;