mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-04 13:11:09 -05:00
10 lines
201 B
C
10 lines
201 B
C
|
#ifndef INSTRUCTION_RELOCATION_X64_H
|
||
|
#define INSTRUCTION_RELOCATION_X64_H
|
||
|
|
||
|
#include "common_header.h"
|
||
|
|
||
|
#include "core/arch/x86/constants-x86.h"
|
||
|
|
||
|
#include "MemoryAllocator/AssemblyCodeBuilder.h"
|
||
|
|
||
|
#endif
|