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