Update to reflect change to sim/common/aclocal.m4 (allow sim/common
directory to specify its own unqiue config.h file).
This commit is contained in:
parent
f2dbbf9543
commit
a2ab5e65eb
9 changed files with 55 additions and 26 deletions
|
@ -438,7 +438,7 @@ print_itrace_format (lf *file,
|
|||
{
|
||||
lf_printf (file, "%sstr_", options.prefix.global.name);
|
||||
lf_write (file, func, strlen_func);
|
||||
lf_printf (file, " (_SD, ");
|
||||
lf_printf (file, " (SD_, ");
|
||||
lf_write (file, param, strlen_param);
|
||||
lf_printf (file, ")");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue