fix in a call to record
This commit is contained in:
parent
925765c6fe
commit
5e715448e3
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user