mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
sim: common: use sim_config_print name
Meant to push this variant where naming preference is given to the module the code resides in rather than the operation it performs.
This commit is contained in:
@@ -313,7 +313,7 @@ extern SIM_RC sim_config (SIM_DESC sd);
|
||||
|
||||
/* Print the simulator configuration. */
|
||||
|
||||
extern void sim_print_config (SIM_DESC sd);
|
||||
extern void sim_config_print (SIM_DESC sd);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user