summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorZhao Jiazhong <zhaojiazhong-hf@loongson.cn>2020-07-04 03:16:53 -0400
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-09-15 21:39:04 +0100
commit60b697de3029594725dea9b7e1df3bf05d3357d8 (patch)
tree7210ce705898cce7cdc0a090a74ac7fa329020e3 /common.gypi
parent79c4c73f4c206a6ba26a6a404f8b41151a32f22a (diff)
downloadnode-new-60b697de3029594725dea9b7e1df3bf05d3357d8.tar.gz
deps: V8: cherry-pick 7889803e82d3
Original commit message: [mips] Use t9 as the function call register. on mips, we should use t9 when jump to a ExternalReference, because the callee function will consider t9 as the function start address. Change-Id: I56e2bf073fd24b2f3434dfd255d48264bfd0b2cd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1826417 Auto-Submit: Yu Yin <xwafish@gmail.com> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#63988} Refs: https://github.com/v8/v8/commit/7889803e82d33c7837d9ff22e185e0800f5d5cf0 PR-URL: https://github.com/nodejs/node/pull/34214 Fixes: https://github.com/nodejs/node/issues/33703 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index cebf2121ff..0dc9b04629 100644
--- a/common.gypi
+++ b/common.gypi
@@ -34,7 +34,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.39',
+ 'v8_embedder_string': '-node.40',
##### V8 defaults for Node.js #####