summaryrefslogtreecommitdiff
path: root/deps/node/deps/v8
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/v8')
-rw-r--r--deps/node/deps/v8/src/snapshot/mksnapshot.cc2
-rwxr-xr-xdeps/node/deps/v8/third_party/eu-strip/bin/eu-stripbin73 -> 105120 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/deps/node/deps/v8/src/snapshot/mksnapshot.cc b/deps/node/deps/v8/src/snapshot/mksnapshot.cc
index a2303613..9aa6cc05 100644
--- a/deps/node/deps/v8/src/snapshot/mksnapshot.cc
+++ b/deps/node/deps/v8/src/snapshot/mksnapshot.cc
@@ -98,7 +98,7 @@ class SnapshotWriter {
static void WriteSnapshotFileData(FILE* fp,
const i::Vector<const i::byte>& blob) {
- fprintf(fp, "static const byte blob_data[] = {\n");
+ fprintf(fp, "static const byte blob_data alignas(8) [] = {\n");
WriteBinaryContentsAsCArray(fp, blob);
fprintf(fp, "};\n");
fprintf(fp, "static const int blob_size = %d;\n", blob.length());
diff --git a/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip b/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip
index f67df8ed..994e2263 100755
--- a/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip
+++ b/deps/node/deps/v8/third_party/eu-strip/bin/eu-strip
Binary files differ