diff options
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 { |