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 /cpp.cpp | |
parent | 6ab3715ee2622e293f7c4924511f31347b327e6e (diff) |
Move encode.h|cpp to intel specific
Diffstat (limited to 'cpp.cpp')
-rw-r--r-- | cpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include "cpp.h" -#include "asm/encode.h" +#include "asm/intel64/encode.h" #include "asm/operators.h" #include "bnf.h" #include "cppbnf.h" |