geode/loader/dobby/source/InstructionRelocation/arm64/ARM64InstructionRelocation.h
2022-07-30 19:24:03 +03:00

16 lines
349 B
C++

#ifndef INSTRUCTION_RELOCATION_ARM64_H
#define INSTRUCTION_RELOCATION_ARM64_H
#include "dobby_internal.h"
#include "core/arch/arm64/constants-arm64.h"
#if 0
namespace zz {
namespace arm64 {
void GenRelocateCodeAndBranch(void *buffer, AssemblyCodeChunk *origin, AssemblyCodeChunk *relocated);
} // namespace arm64
} // namespace zz
#endif
#endif