[m-dev.] diff: bytecode disasm
Peter Ross
Peter.Ross at cs.kuleuven.ac.be
Mon Oct 9 19:30:12 AEDT 2000
Hi,
===================================================================
Estimated hours taken: 0.1
disasm.c:
Changes to reflect that body is now a binop.
Index: disasm.c
===================================================================
RCS file: /home/mercury1/repository/mercury/bytecode/disasm.c,v
retrieving revision 1.14
diff -u -r1.14 disasm.c
--- disasm.c 1997/07/27 14:59:21 1.14
+++ disasm.c 2000/10/09 08:25:52
@@ -587,7 +587,8 @@
"float_lt",
"float_gt",
"float_le",
- "float_ge"
+ "float_ge",
+ "body"
};
static const char*
@@ -610,7 +611,6 @@
"tag",
"unmktag",
"mkbody",
- "body",
"unmkbody",
"cast_to_unsigned",
"hash_string",
--------------------------------------------------------------------------
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