Browse Source

Brad Harper patch for aarch64 - packed structure workaround.

master
Stephane Letz Filipe Coelho <falktx@falktx.com> 9 years ago
parent
commit
637d69b29b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      systemdeps.h

+ 2
- 2
systemdeps.h View File

@@ -120,9 +120,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#endif /* __APPLE__ || __linux__ || __sun__ || sun */

#if defined(__arm__) || defined(__ppc__) || defined(__powerpc__)
#if defined(__arm__) || defined(__aarch64__) || defined(__ppc__) || defined(__powerpc__)
#undef POST_PACKED_STRUCTURE
#define POST_PACKED_STRUCTURE
#endif /* __arm__ || __ppc__ || __powerpc__ */
#endif /* __arm__ || __aarch64__ || __ppc__ || __powerpc__ */

#endif /* __jack_systemdeps_h__ */

Loading…
Cancel
Save