summaryrefslogtreecommitdiff
path: root/src/arch/operands/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-02-04 12:23:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-02-04 12:23:04 (GMT)
commitec0f07c0b9468d6798befd887b02d9668faf806b (patch)
treef8b243f9b08006a4206b29b9af5b73a5d25361c7 /src/arch/operands/Makefile.am
parent296b4ed15fd074f80266e1d22ef4ade7ee11905e (diff)
Created a new interface for renamed operands.
Diffstat (limited to 'src/arch/operands/Makefile.am')
-rw-r--r--src/arch/operands/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/operands/Makefile.am b/src/arch/operands/Makefile.am
index 3d464e3..4e52f58 100644
--- a/src/arch/operands/Makefile.am
+++ b/src/arch/operands/Makefile.am
@@ -5,6 +5,8 @@ libarchoperands_la_SOURCES = \
immediate.h immediate.c \
register-int.h \
register.h register.c \
+ rename-int.h \
+ rename.h rename.c \
targetable-int.h \
targetable.h targetable.c