Fix a spot where uninitialized local variables were being used.

Branches: main, 11.07

trace/mercury_trace_tables.c:
	Fix a spot where uninitialized local variables were being used.
This commit is contained in:
Julien Fischer
2011-11-13 10:50:00 +00:00
parent 9ac576f657
commit b00bae41bc

View File

@@ -1857,6 +1857,8 @@ MR_label_layout_stats(FILE *fp)
var_count_neg = 0;
var_count_zero = 0;
var_count_pos = 0;
no_long = 0;
some_long = 0;
total = 0;
for (port = 0; port < MR_PORT_NUM_PORTS; port++) {