mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Duktape: Another attempt to squash aarch64 increases required alignment warnings.
This commit is contained in:
parent
6619be2b72
commit
ea7da966de
@ -6664,9 +6664,7 @@ struct duk_hobject {
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#if (DUK_USE_ALIGN_BY == 8) && defined(DUK_USE_PACK_GCC_ATTR)
|
#if (DUK_USE_ALIGN_BY == 8)
|
||||||
__attribute__ ((aligned (8)))
|
|
||||||
#elif (DUK_USE_ALIGN_BY == 8) && defined(DUK_USE_PACK_CLANG_ATTR)
|
|
||||||
__attribute__ ((aligned (8)))
|
__attribute__ ((aligned (8)))
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user