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
39e984c3
Commit
39e984c3
authored
Oct 18, 2016
by
James Cowgill
Browse files
Don't pack structures on MIPS where unaligned access is not allowed
parent
364159f8
Changes
1
Show whitespace changes
Inline
Side-by-side
common/jack/systemdeps.h
View file @
39e984c3
...
...
@@ -120,7 +120,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#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
#define POST_PACKED_STRUCTURE
#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