diff options
Diffstat (limited to 'gdb/v850-tdep.c')
-rw-r--r-- | gdb/v850-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/v850-tdep.c b/gdb/v850-tdep.c index 4de5faa..f7094e3 100644 --- a/gdb/v850-tdep.c +++ b/gdb/v850-tdep.c @@ -265,7 +265,7 @@ enum v850_abi /* Architecture specific data. */ -struct v850_gdbarch_tdep : gdbarch_tdep +struct v850_gdbarch_tdep : gdbarch_tdep_base { /* Fields from the ELF header. */ int e_flags = 0; |