[spu] Fix spu-linux native build
[deliverable/binutils-gdb.git] / gdb / memory-map.c
index 9582cebb60a4e096c8f26d6304f682596970b7ab..e0982093a78735678dcc4d54ddd1ea04c5ec0cfa 100644 (file)
@@ -71,7 +71,7 @@ memory_map_start_memory (struct gdb_xml_parser *parser,
   type_p
     = (ULONGEST *) xml_find_attribute (attributes, "type")->value;
 
-  data->memory_map->emplace_back (*start_p, *length_p,
+  data->memory_map->emplace_back (*start_p, *start_p + *length_p,
                                  (enum mem_access_mode) *type_p);
 }
 
This page took 0.077161 seconds and 4 git commands to generate.