From 5880ad2ac50b188760fdcab4925faf18e7d92a52 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 10 Jan 2006 15:21:02 +0000 Subject: fiix bug introduced in previous revision because of incorrect merging of source code --- cgstack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cgstack.c b/cgstack.c index 3e2aaf8..d3d07be 100644 --- a/cgstack.c +++ b/cgstack.c @@ -1577,6 +1577,7 @@ static int set_basic_block_begin_d_registers graph->instruction_code=GFHIGH; graph->inode_arity=0; graph->instruction_parameters[0].p=r_graph; + graph->instruction_parameters[1].p=NULL; #endif } else ++f_register_not_used_flag; -- cgit v1.2.3