summaryrefslogtreecommitdiff
path: root/libyasm.h
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2007-07-08 05:31:59 +0000
committerPeter Johnson <peter@tortall.net>2007-07-08 05:31:59 +0000
commitfb8b8b893614301b3a81cc02fc112213228833a1 (patch)
tree80a962edfd0ed112949fe8bf48b6a5553e826e2f /libyasm.h
parent608d246f9379b34adda82254035585d667f2a3c4 (diff)
downloadyasm-fb8b8b893614301b3a81cc02fc112213228833a1.tar.gz
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
Diffstat (limited to 'libyasm.h')
-rw-r--r--libyasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libyasm.h b/libyasm.h
index ec92aa53..8fb7aca7 100644
--- a/libyasm.h
+++ b/libyasm.h
@@ -73,6 +73,7 @@ typedef unsigned long uintptr_t;
#include <libyasm/bytecode.h>
#include <libyasm/section.h>
+#include <libyasm/insn.h>
#include <libyasm/arch.h>
#include <libyasm/dbgfmt.h>