/* $Id$
$Log$
- Revision 1.6 1991/05/23 03:49:10 rich
- new sparc-opcode, new pinsn.
+ Revision 1.7 1991/06/09 20:38:03 rich
+ Don't sort the const array in place.
+ * Revision 1.6 1991/05/23 03:49:10 rich
+ * new sparc-opcode, new pinsn.
+ *
* Revision 1.5 1991/05/22 01:40:35 rich
* Oops.
*
register unsigned int i;
+#ifdef comment
if (!opcodes_sorted)
{
static int compare_opcodes ();
sizeof (sparc_opcodes[0]), compare_opcodes);
opcodes_sorted = 1;
}
+#endif /* comment */
memcpy(&insn,buffer, sizeof (insn));