X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_draw.c;h=34dc7cbf4f73e66997fd70f9743e53364ef0c278;hb=88423364d3b0dc96480ca5d58e3144d87e01a9c8;hp=153f6aa397f1be5628f2351ff571427229efb134;hpb=21995a3c60220577108db553494c19402195496f;p=libfirm diff --git a/ir/be/bechordal_draw.c b/ir/be/bechordal_draw.c index 153f6aa39..34dc7cbf4 100644 --- a/ir/be/bechordal_draw.c +++ b/ir/be/bechordal_draw.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -467,7 +467,7 @@ void draw_interval_tree(const draw_chordal_opts_t *opts, const be_chordal_env_t struct block_dims *start_dims; ir_node *start_block = get_irg_start_block(chordal_env->irg); - env.arch_env = chordal_env->birg->main_env->arch_env; + env.arch_env = &chordal_env->birg->main_env->arch_env; env.opts = opts; env.block_dims = pmap_create(); env.plotter = plotter;