diff options
Diffstat (limited to 'gdb/gdbarch_components.py')
-rw-r--r-- | gdb/gdbarch_components.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/gdbarch_components.py b/gdb/gdbarch_components.py index 2d528de..e0fd74e 100644 --- a/gdb/gdbarch_components.py +++ b/gdb/gdbarch_components.py @@ -837,10 +837,7 @@ register as defined by the ABI. """, type="ULONGEST", name="dwarf2_reg_piece_offset", - params=[ - ("int", "regnum"), - ("ULONGEST", "size") - ], + params=[("int", "regnum"), ("ULONGEST", "size")], predefault="default_dwarf2_reg_piece_offset", invalid=False, ) |