diff options
Diffstat (limited to 'gdb/tramp-frame.c')
-rw-r--r-- | gdb/tramp-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c index 75fb22f..8d808d3 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; |