diff options
Diffstat (limited to 'gate.c')
-rw-r--r-- | gate.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ void gate_update(void) { for (i = 0; i < gate_count; i++) { g = &gates[i]; + emit_error("Name: '%s'\n", g->name); in1 = g->in1->output; in2 = g->in2->output; g->output = (g->operation)(in1, in2); |