diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-11-09 10:40:16 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-11-09 10:40:16 +0100 | 
| commit | 414953eba1b1cc3570da1e59dc2392ce1b1ae5ef (patch) | |
| tree | 3b4ab9ebefd57e847b99195887d5b221be2423ae /Makefile | |
| parent | 6ab3715ee2622e293f7c4924511f31347b327e6e (diff) | |
Move encode.h|cpp to intel specific
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 \ | 
