Fix a reference to an undefined element.

This commit is contained in:
Cary R 2014-10-23 16:54:04 -07:00
parent a63ca15735
commit 006aef93d0
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ static void modpath_src_put_delays (vpiHandle ref, p_vpi_delay delays)
static const map_array_t map_1 = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
static const map_array_t map_2 = {0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0};
static const map_array_t map_3 = {0, 1, 2, 0, 2, 1, 0, 0, 0, 0, 0, 0};
static const map_array_t map_6 = {0, 1, 2, 3, 4, 5, 6, 0, 0, 0, 0, 0};
static const map_array_t map_6 = {0, 1, 2, 3, 4, 5, 0, 0, 0, 0, 0, 0};
static const map_array_t map12 = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11};
const map_array_t*use_map = 0;