mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-20 03:29:29 +08:00
13 lines
271 B
C++
13 lines
271 B
C++
#pragma once
|
|
|
|
#include "dobby/dobby_internal.h"
|
|
|
|
#include "core/arch/arm64/constants-arm64.h"
|
|
|
|
#if 0
|
|
namespace zz {
|
|
namespace arm64 {
|
|
void GenRelocateCodeAndBranch(void *buffer, CodeMemBlock *origin, CodeMemBlock *relocated);
|
|
} // namespace arm64
|
|
} // namespace zz
|
|
#endif
|