From: ceriel Date: Thu, 30 Jul 1987 16:04:29 +0000 (+0000) Subject: fix in a call to record X-Git-Tag: release-5-5~3966 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=84bce837a09dcc5f91d8cd979e9258dfbd0324fa;p=ack.git fix in a call to record --- diff --git a/mach/m68k2/dl/dl.c b/mach/m68k2/dl/dl.c index bc2289ddb..018628168 100644 --- a/mach/m68k2/dl/dl.c +++ b/mach/m68k2/dl/dl.c @@ -80,7 +80,7 @@ S2record (buf) outbyte ((int) (pc >> 16)); outbyte ((int) (pc >> 8)); outbyte ((int) pc); - record (); + record (buf); } S1record (buf)