]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach-o/loader.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / mach-o / loader.h
index 2b979ee5b3cd124617171562a0f050da1a89a5a7..0422c582eba80bb251d1b931556e9c2e8d21b73b 100644 (file)
@@ -63,7 +63,7 @@ struct mach_header {
 
 /* Constant for the magic field of the mach_header */
 #define        MH_MAGIC        0xfeedface      /* the mach magic number */
-#define MH_CIGAM       NXSwapInt(MH_MAGIC)
+#define MH_CIGAM       0xcefaedfe
 
 /*
  * The layout of the file depends on the filetype.  For all but the MH_OBJECT