Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
f2ece241
Commit
f2ece241
authored
Oct 18, 2016
by
Stéphane Letz
Committed by
GitHub
Oct 18, 2016
Browse files
Merge pull request #234 from jcowgill/mips-unaligned
Don't pack structures on MIPS where unaligned access is not allowed
parents
364159f8
39e984c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/jack/systemdeps.h
View file @
f2ece241
...
@@ -120,7 +120,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
...
@@ -120,7 +120,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#endif
/* __APPLE__ || __linux__ || __sun__ || sun */
#endif
/* __APPLE__ || __linux__ || __sun__ || sun */
#if defined(__arm__) || defined(__aarch64__) || defined(__ppc__) || defined(__powerpc__)
#if defined(__arm__) || defined(__aarch64__) ||
defined(__mips__) ||
defined(__ppc__) || defined(__powerpc__)
#undef POST_PACKED_STRUCTURE
#undef POST_PACKED_STRUCTURE
#define POST_PACKED_STRUCTURE
#define POST_PACKED_STRUCTURE
#endif
/* __arm__ || __aarch64__ || __ppc__ || __powerpc__ */
#endif
/* __arm__ || __aarch64__ || __ppc__ || __powerpc__ */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment