fix in a call to record

This commit is contained in:
ceriel 1987-07-30 16:04:29 +00:00
parent 064f2b6a8b
commit 84bce837a0

View file

@ -80,7 +80,7 @@ S2record (buf)
outbyte ((int) (pc >> 16)); outbyte ((int) (pc >> 16));
outbyte ((int) (pc >> 8)); outbyte ((int) (pc >> 8));
outbyte ((int) pc); outbyte ((int) pc);
record (); record (buf);
} }
S1record (buf) S1record (buf)