diff: bugfix for agc

Tyson Dowd trd at cs.mu.OZ.AU
Thu Aug 6 17:01:26 AEST 1998


Hi,

Here's a quick bugfix for agc.

===================================================================


Estimated hours taken: 0.1

Fix a bug pointed out by fjh.

runtime/mercury_agc_debug.c:
	Initialize success_ip correctly.


Index: runtime/mercury_agc_debug.c
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_agc_debug.c,v
retrieving revision 1.1
diff -u -r1.1 mercury_agc_debug.c
--- mercury_agc_debug.c	1998/07/22 07:52:24	1.1
+++ mercury_agc_debug.c	1998/08/05 04:21:01
@@ -70,6 +70,7 @@
 	bool top_frame = TRUE;
 
 	layout = label->i_layout;
+	succip = label->i_addr;
 	entry_layout = layout->MR_sll_entry;
 
 	/* 


-- 
       Tyson Dowd           # There isn't any reason why Linux can't be
                            # implemented as an enterprise computing solution.
     trd at cs.mu.oz.au        # Find out what you've been missing while you've
http://www.cs.mu.oz.au/~trd # been rebooting Windows NT. -- InfoWorld, 1998.



More information about the developers mailing list