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:
Andrew Cagney 1997-09-15 08:25:04 +00:00
parent f2dbbf9543
commit a2ab5e65eb
9 changed files with 55 additions and 26 deletions

View file

@ -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, ")");
}