[m-dev.] trivial diff: framevars
Zoltan Somogyi
zs at cs.mu.OZ.AU
Mon Aug 23 15:23:32 AEST 1999
compiler/llds.m:
Fix a documentation bug: framevars have started at 1 for some time now.
Zoltan.
compilerIndex: llds.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/llds.m,v
retrieving revision 1.246
diff -u -b -r1.246 llds.m
--- llds.m 1999/08/16 05:47:59 1.246
+++ llds.m 1999/08/23 05:13:40
@@ -625,7 +625,7 @@
; framevar(int) % A nondet stack slot. The reference is
% relative to the current value of `curfr'.
% These are used in nondet code.
- % Framevar slot numbers start at 0.
+ % Framevar slot numbers start at 1.
; succip(rval) % The succip slot of the specified
% nondet stack frame; holds the code address
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list