mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* m2-exp.y (m2_printstr): Forgot to change reference of
c_printchar to m2_printchar.
This commit is contained in:
@ -1306,7 +1306,7 @@ m2_printstr (stream, string, length, force_ellipses)
|
|||||||
fputs_filtered ("\", ", stream);
|
fputs_filtered ("\", ", stream);
|
||||||
in_quotes = 0;
|
in_quotes = 0;
|
||||||
}
|
}
|
||||||
c_printchar (string[i], stream);
|
m2_printchar (string[i], stream);
|
||||||
fprintf_filtered (stream, " <repeats %u times>", reps);
|
fprintf_filtered (stream, " <repeats %u times>", reps);
|
||||||
i = rep1 - 1;
|
i = rep1 - 1;
|
||||||
things_printed += repeat_count_threshold;
|
things_printed += repeat_count_threshold;
|
||||||
|
Reference in New Issue
Block a user