geode/loader/dobby/source/InstructionRelocation/arm64/ARM64InstructionRelocation.h

17 lines
349 B
C
Raw Normal View History

2022-07-30 12:24:03 -04:00
#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