fix in a call to record
This commit is contained in:
parent
064f2b6a8b
commit
84bce837a0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ S2record (buf)
|
|||
outbyte ((int) (pc >> 16));
|
||||
outbyte ((int) (pc >> 8));
|
||||
outbyte ((int) pc);
|
||||
record ();
|
||||
record (buf);
|
||||
}
|
||||
|
||||
S1record (buf)
|
||||
|
|
Loading…
Reference in a new issue