Change handling of frontend (mnenomic) instructions to make it easier to
customize on the arch side of things. Instead of passing around an
arch_data[4] for instructions, now the arch can extend the structure itself
to add additional information in any format it likes.
svn path=/trunk/yasm/; revision=1889
diff --git a/libyasm.h b/libyasm.h
index ec92aa5..8fb7aca 100644
--- a/libyasm.h
+++ b/libyasm.h
@@ -73,6 +73,7 @@
#include <libyasm/bytecode.h>
#include <libyasm/section.h>
+#include <libyasm/insn.h>
#include <libyasm/arch.h>
#include <libyasm/dbgfmt.h>