mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
deps: fix V8 build on Windows with MSVC
PR-URL: https://github.com/nodejs/node/pull/45579 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
51ab98c71b
commit
56c436533e
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
# Reset this number to 0 on major V8 upgrades.
|
# Reset this number to 0 on major V8 upgrades.
|
||||||
# Increment by one for each non-official patch applied to deps/v8.
|
# Increment by one for each non-official patch applied to deps/v8.
|
||||||
'v8_embedder_string': '-node.3',
|
'v8_embedder_string': '-node.4',
|
||||||
|
|
||||||
##### V8 defaults for Node.js #####
|
##### V8 defaults for Node.js #####
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2290,7 +2290,7 @@ class WasmDecoder : public Decoder {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(clemensb): This is only used by the interpreter; move there.
|
// TODO(clemensb): This is only used by the interpreter; move there.
|
||||||
V8_EXPORT_PRIVATE std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) {
|
std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) {
|
||||||
WasmOpcode opcode = static_cast<WasmOpcode>(*pc);
|
WasmOpcode opcode = static_cast<WasmOpcode>(*pc);
|
||||||
// Handle "simple" opcodes with a fixed signature first.
|
// Handle "simple" opcodes with a fixed signature first.
|
||||||
const FunctionSig* sig = WasmOpcodes::Signature(opcode);
|
const FunctionSig* sig = WasmOpcodes::Signature(opcode);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user