summaryrefslogtreecommitdiff
path: root/src/arch/x86/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-04-05 19:07:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-04-05 19:07:25 (GMT)
commitb6fd6dc823615aaee8661e8e2365181c1ea1775f (patch)
tree57ee33afad87be2b4ca34ba74a288d82a2bd5b3d /src/arch/x86/Makefile.am
parent7cbdd17b441b35d48624956aa438bde69f18bc37 (diff)
Supported some extra opcodes : popa and arpl.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@147 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/x86/Makefile.am')
-rw-r--r--src/arch/x86/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile.am b/src/arch/x86/Makefile.am
index 55a88b1..e7fd905 100644
--- a/src/arch/x86/Makefile.am
+++ b/src/arch/x86/Makefile.am
@@ -6,6 +6,7 @@ libarchx86_la_SOURCES = \
op_adc.c \
op_add.c \
op_and.c \
+ op_arpl.c \
op_call.c \
op_cld.c \
op_cmp.c \