mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
* remote-sim.c (_initialize_remote_sim): Pass NULL argument to `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
This commit is contained in:
@@ -1322,5 +1322,5 @@ _initialize_remote_sim (void)
|
||||
set_cmd_completer (c, sim_command_completer);
|
||||
|
||||
sim_inferior_data_key
|
||||
= register_inferior_data_with_cleanup (sim_inferior_data_cleanup);
|
||||
= register_inferior_data_with_cleanup (NULL, sim_inferior_data_cleanup);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user