summaryrefslogtreecommitdiffhomepage
path: root/cpp.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-09 10:40:16 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-09 10:40:16 +0100
commit414953eba1b1cc3570da1e59dc2392ce1b1ae5ef (patch)
tree3b4ab9ebefd57e847b99195887d5b221be2423ae /cpp.cpp
parent6ab3715ee2622e293f7c4924511f31347b327e6e (diff)
Move encode.h|cpp to intel specific
Diffstat (limited to 'cpp.cpp')
-rw-r--r--cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp.cpp b/cpp.cpp
index c8de4c8..e4d935a 100644
--- a/cpp.cpp
+++ b/cpp.cpp
@@ -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"