Skip to content

Commit

Permalink
Fix bus error on PPC and PowerPC
Browse files Browse the repository at this point in the history
  • Loading branch information
adiknoth committed Aug 25, 2015
1 parent 1ed50c9 commit 460063d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/jack/systemdeps.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

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

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

#endif /* __jack_systemdeps_h__ */

0 comments on commit 460063d

Please sign in to comment.