--- gforth/engine/profile.c 2001/03/04 13:39:35 1.4 +++ gforth/engine/profile.c 2001/03/18 10:33:25 1.5 @@ -102,6 +102,7 @@ void postprocess_block(block_count *b) add_inst(b,"unknown"); ip++; } + _endif_: next_block = block_lookup(ip); } while (next_block == NULL); /* we fell through, so set fallthrough and update the count */