summaryrefslogtreecommitdiffhomepage
path: root/asm
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 /asm
parent6ab3715ee2622e293f7c4924511f31347b327e6e (diff)
Move encode.h|cpp to intel specific
Diffstat (limited to 'asm')
-rw-r--r--asm/intel64/encode.cpp (renamed from asm/encode.cpp)0
-rw-r--r--asm/intel64/encode.h (renamed from asm/encode.h)2
2 files changed, 1 insertions, 1 deletions
diff --git a/asm/encode.cpp b/asm/intel64/encode.cpp
index 8bf33c0..8bf33c0 100644
--- a/asm/encode.cpp
+++ b/asm/intel64/encode.cpp
diff --git a/asm/encode.h b/asm/intel64/encode.h
index d9e5674..7fd23d6 100644
--- a/asm/encode.h
+++ b/asm/intel64/encode.h
@@ -2,8 +2,8 @@
#pragma once
+#include "asm/segment.h"
#include "flowgraph/graph.h"
-#include "segment.h"
namespace Asm {