diff: fix bug in mercury_stack_layout.h
Mark Anthony BROWN
dougl at cs.mu.OZ.AU
Wed Dec 2 03:50:51 AEDT 1998
Hi,
This fixes the bug that was causing the problems with the declarative
debugger on murlibobo. I've committed it already.
Cheers,
Mark.
Estimated hours taken: 12
runtime/mercury_stack_layout.h:
Make sure the fields of MR_Stack_Layout_Entry match those
documented in compiler/stack_layout.m.
Index: mercury_stack_layout.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_stack_layout.h,v
retrieving revision 1.16
diff -u -t -r1.16 mercury_stack_layout.h
--- mercury_stack_layout.h 1998/11/18 08:12:13 1.16
+++ mercury_stack_layout.h 1998/12/01 16:04:05
@@ -303,8 +303,8 @@
/* exec trace group */
struct MR_Stack_Layout_Label_Struct
*MR_sle_call_label;
- int MR_sle_maybe_from_full;
- int MR_sle_maybe_decl_debug;
+ Integer MR_sle_maybe_from_full;
+ Integer MR_sle_maybe_decl_debug;
} MR_Stack_Layout_Entry;
#define MR_sle_user MR_sle_proc_id.MR_proc_user
More information about the developers
mailing list