diff --git a/content/handlers/javascript/duktape/duktape.c b/content/handlers/javascript/duktape/duktape.c index 3139b6998..5e3b467f9 100644 --- a/content/handlers/javascript/duktape/duktape.c +++ b/content/handlers/javascript/duktape/duktape.c @@ -6663,7 +6663,11 @@ struct duk_hobject { duk_uint32_t h_size; /* hash part size or 0 if unused */ #endif #endif -}; +} +#if (DUK_USE_ALIGN_BY == 8) +__attribute__ ((aligned (8))) +#endif +; /* * Exposed data