mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-02 12:17:10 -05:00
16 lines
349 B
C++
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
|