]> git.saurik.com Git - apple/dyld.git/blobdiff - launch-cache/Architectures.hpp
dyld-353.2.3.tar.gz
[apple/dyld.git] / launch-cache / Architectures.hpp
index e26825d27436b5e4aa26c9e7fc1a0cca1a1d7422..fe3eea443f3969d41ebd781503a70d3a3730b67d 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- mode: C++; c-basic-offset: 4; tab-width: 4 -*- 
  *
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2011 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -48,6 +48,11 @@ struct arm
        
 };
 
+struct arm64
+{
+       typedef Pointer64<LittleEndian>         P;
+
+};