mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log).
This commit is contained in:
@@ -594,7 +594,7 @@ switch (opcode) {
|
||||
break;
|
||||
|
||||
default:
|
||||
//printf("TU58: Unknown opcode %d\n", opcode);
|
||||
//sim_printf("TU58: Unknown opcode %d\n", opcode);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -587,7 +587,7 @@ switch (opcode) {
|
||||
break;
|
||||
|
||||
default:
|
||||
//printf("TU58: Unknown opcode %d\n", opcode);
|
||||
//sim_printf("TU58: Unknown opcode %d\n", opcode);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user