rece_instr is not used

This commit is contained in:
Gwenhael Le Moine 2024-04-09 20:54:59 +02:00
parent 9cb53e8c92
commit c017601fba
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ static long jumpaddr;
unsigned long instructions = 0;
unsigned long old_instr = 0;
int rece_instr = 0;
/* int rece_instr = 0; */
bool device_check = false;
int adj_time_pending = 0;

View file

@ -15,7 +15,7 @@ static int wire_fd;
static int ir_fd;
static int ttyp;
extern int rece_instr;
/* extern int rece_instr; */
char* wire_name = ( char* )0;
char* ir_name = ( char* )0;
@ -426,7 +426,7 @@ void receive_char( void )
static unsigned char buf[ NR_BUFFER + 1 ];
static int nrd = 0, bp = 0;
rece_instr = 0;
/* rece_instr = 0; */
if ( saturn.ir_ctrl & 0x04 ) {
if ( ir_fd == -1 )