]> git.saurik.com Git - apple/ld64.git/blobdiff - src/ld/Architectures.hpp
ld64-278.4.tar.gz
[apple/ld64.git] / src / ld / Architectures.hpp
index 11455505dd5c489b34cb4e1418cbad5878d6aa7c..eca8c561ed5b5fdc3523b264c9d24e0cf73cef7c 100644 (file)
@@ -56,6 +56,12 @@ struct arm
        typedef Pointer32<LittleEndian>         P;
 };
 
+struct arm64
+{
+       typedef Pointer64<LittleEndian>         P;
+};
+
+
 #endif // __ARCHITECTURES__