X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/a645023da60d22e86be13f7b4d97adeff8bc6665..0a8dc3df050bd5c0a70486b9ebdb9dccce439f3e:/src/ld/Architectures.hpp diff --git a/src/ld/Architectures.hpp b/src/ld/Architectures.hpp index 1145550..eca8c56 100644 --- a/src/ld/Architectures.hpp +++ b/src/ld/Architectures.hpp @@ -56,6 +56,12 @@ struct arm typedef Pointer32 P; }; +struct arm64 +{ + typedef Pointer64 P; +}; + + #endif // __ARCHITECTURES__