diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 63b7464..b0d8d72 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1946,9 +1946,6 @@ print_frame_args (struct symbol *func, struct frame_info *fi, int num, if (val) { - if (GDB_TARGET_IS_D10V - && SYMBOL_CLASS (sym) == LOC_REGPARM && TYPE_CODE (VALUE_TYPE (val)) == TYPE_CODE_PTR) - TYPE_LENGTH (VALUE_TYPE (val)) = 2; #ifdef UI_OUT val_print (VALUE_TYPE (val), VALUE_CONTENTS (val), 0, VALUE_ADDRESS (val), |