From 414953eba1b1cc3570da1e59dc2392ce1b1ae5ef Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 9 Nov 2020 10:40:16 +0100 Subject: Move encode.h|cpp to intel specific --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de84081..db3c1bb 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ endif PROGSRC=\ asm/assembler.cpp \ asm/chunk.cpp \ - asm/encode.cpp \ asm/intel64/add.cpp \ asm/intel64/inc.cpp \ asm/intel64/int.cpp \ @@ -57,6 +56,7 @@ PROGSRC=\ asm/intel64/ret.cpp \ asm/intel64/xor.cpp \ asm/intel64/codes.cpp \ + asm/intel64/encode.cpp \ asm/operators.cpp \ asm/segment.cpp \ bnf.cpp \ -- cgit v1.2.3