--- gforth/vmgen-ex/profile.c 2002/06/02 17:02:56 1.4 +++ gforth/vmgen-ex/profile.c 2003/02/01 14:28:08 1.5 @@ -70,7 +70,7 @@ block_count *block_insert(Inst *ip) new->fallthrough = NULL; new->ip = ip; new->count = (long_long)0; - new->insts = malloc(0); + new->insts = malloc(1); assert(new->insts != NULL); new->ninsts = 0; blocks[hash(ip)] = new;