diff options
Diffstat (limited to 'src/arch/x86/Makefile.am')
-rw-r--r-- | src/arch/x86/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile.am b/src/arch/x86/Makefile.am index 139bcde..58ffaa8 100644 --- a/src/arch/x86/Makefile.am +++ b/src/arch/x86/Makefile.am @@ -17,12 +17,19 @@ libarchx86_a_SOURCES = \ op_leave.c \ op_nop.c \ op_mov.c \ + op_movzx.c \ op_or.c \ op_pop.c \ op_push.c \ + op_rcl.c \ + op_rcr.c \ op_ret.c \ + op_rol.c \ + op_ror.c \ op_sar.c \ op_sbb.c \ + op_shl.c \ + op_shr.c \ op_sub.c \ op_test.c \ op_xor.c \ |