From: em Date: Mon, 21 Jan 1985 12:14:59 +0000 (+0000) Subject: Corrected type; forgot closing ". X-Git-Tag: release-5-5~5761 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4f40987ff08c7531ec2ae53d8b5f720ccf8df138;p=ack.git Corrected type; forgot closing ". --- diff --git a/mach/vax4/cg/mach.c b/mach/vax4/cg/mach.c index c7077cef6..ea144ae02 100644 --- a/mach/vax4/cg/mach.c +++ b/mach/vax4/cg/mach.c @@ -200,7 +200,7 @@ f_regsave() for (p = a_reg; p < p_reg; p++) if (p->sr_off >= 0) fprintf(codefile, - "mov%c\t%ld(ap), %s\n, + "mov%c\t%ld(ap), %s\n", p->sr_size == 4 ? 'l' : 'q', p->sr_off, p->sr_str