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:
parent
19b1c38562
commit
2b667e3297
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue