Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Aug 16, 2015
1 parent 2fcccff commit c4c9010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -2040,9 +2040,9 @@ static jl_datatype_t *jl_recache_type(jl_datatype_t *dt, size_t start)
}
}
dt->uid = 0;
jl_value_t *v = dt->instance;
jl_datatype_t *t = (jl_datatype_t*)jl_cache_type_(dt);
size_t j = start;
jl_value_t *v = t->instance;
while (j < flagref_list.len) {
jl_value_t **loc = (jl_value_t**)flagref_list.items[j];
int offs = (int)(intptr_t)flagref_list.items[j+1];
Expand Down

0 comments on commit c4c9010

Please sign in to comment.