diff options
Diffstat (limited to 'gdb/avr-tdep.c')
-rw-r--r-- | gdb/avr-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c index 4722f7e..357f5bb 100644 --- a/gdb/avr-tdep.c +++ b/gdb/avr-tdep.c @@ -189,7 +189,7 @@ struct avr_unwind_cache trad_frame_saved_reg *saved_regs; }; -struct avr_gdbarch_tdep : gdbarch_tdep +struct avr_gdbarch_tdep : gdbarch_tdep_base { /* Number of bytes stored to the stack by call instructions. 2 bytes for avr1-5 and avrxmega1-5, 3 bytes for avr6 and avrxmega6-7. */ |