mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-06 16:08:32 +00:00
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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user