aboutsummaryrefslogtreecommitdiff
path: root/gdb/addrmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/addrmap.c')
-rw-r--r--gdb/addrmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/addrmap.c b/gdb/addrmap.c
index 6de3190..917790e 100644
--- a/gdb/addrmap.c
+++ b/gdb/addrmap.c
@@ -307,7 +307,8 @@ addrmap_node_set_value (splay_tree_node node, void *value)
static void
-addrmap_splay_tree_insert (struct addrmap_mutable *map, CORE_ADDR key, void *value)
+addrmap_splay_tree_insert (struct addrmap_mutable *map,
+ CORE_ADDR key, void *value)
{
splay_tree_insert (map->tree,
allocate_key (map, key),