Skip to content

Commit a12bb79

Browse files
committed
[hack] fix windows
1 parent 223dedf commit a12bb79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/v8/src/wasm/function-body-decoder-impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@ class WasmDecoder : public Decoder {
21362136
}
21372137

21382138
// TODO(clemensb): This is only used by the interpreter; move there.
2139-
V8_EXPORT_PRIVATE std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) {
2139+
std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) {
21402140
WasmOpcode opcode = static_cast<WasmOpcode>(*pc);
21412141
// Handle "simple" opcodes with a fixed signature first.
21422142
const FunctionSig* sig = WasmOpcodes::Signature(opcode);

0 commit comments

Comments
 (0)