* commit '85d770211b33ede2d7bf1b37a6e01bcb308cb666': Remove unnecessary reinterpret_cast
This commit is contained in:
		@@ -194,7 +194,7 @@ static void insert_soinfo_into_debug_map(soinfo* info) {
 | 
				
			|||||||
  // Copy the necessary fields into the debug structure.
 | 
					  // Copy the necessary fields into the debug structure.
 | 
				
			||||||
  link_map* map = &(info->link_map_head);
 | 
					  link_map* map = &(info->link_map_head);
 | 
				
			||||||
  map->l_addr = info->load_bias;
 | 
					  map->l_addr = info->load_bias;
 | 
				
			||||||
  map->l_name = reinterpret_cast<char*>(info->name);
 | 
					  map->l_name = info->name;
 | 
				
			||||||
  map->l_ld = info->dynamic;
 | 
					  map->l_ld = info->dynamic;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Stick the new library at the end of the list.
 | 
					  // Stick the new library at the end of the list.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user