summaryrefslogtreecommitdiff
path: root/src/arch/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-04 07:09:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-04 07:09:28 (GMT)
commit33d49eb64654fc5dc5f617ce02ae3fffb6a75adb (patch)
tree9e98aec89406c6735df1d7828b6fd705948d942c /src/arch/Makefile.am
parent67a30aba353edf66b8307395097eef5058050c16 (diff)
Created special instructions for real undefined behaviors.
Diffstat (limited to 'src/arch/Makefile.am')
-rw-r--r--src/arch/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/Makefile.am b/src/arch/Makefile.am
index 82d63c9..f7508f4 100644
--- a/src/arch/Makefile.am
+++ b/src/arch/Makefile.am
@@ -19,6 +19,7 @@ libarch_la_SOURCES = \
register.h register.c \
target.h target.c \
translate.h \
+ undefined.h undefined.c \
vmpa.h vmpa.c
# libarch_la_LIBADD = \