cccp.c (rescan): Fixed obp pointer handling around call to check_expand subroutine.
* cccp.c (rescan): Fixed obp pointer handling around call to check_expand subroutine. From-SVN: r30230
This commit is contained in:
parent
2c37514337
commit
4ed506a4f6
@ -1,3 +1,8 @@
|
||||
Thu Oct 28 02:44:03 1999 Glen Nakamura <glen.nakamura@usa.net>
|
||||
|
||||
* cccp.c (rescan): Fixed obp pointer handling around call to
|
||||
check_expand subroutine.
|
||||
|
||||
Thu Oct 28 02:15:22 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
|
||||
|
@ -3340,7 +3340,9 @@ randomchar:
|
||||
#endif
|
||||
|
||||
if (output_marks) {
|
||||
op->bufp = obp;
|
||||
check_expand (op, limit - ibp + 2);
|
||||
obp = op->bufp;
|
||||
*obp++ = '\n';
|
||||
*obp++ = '-';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user