summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/function-body-decoder-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/function-body-decoder-impl.h')
-rw-r--r--deps/v8/src/wasm/function-body-decoder-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/wasm/function-body-decoder-impl.h b/deps/v8/src/wasm/function-body-decoder-impl.h
index 5b7201abb6..cbb7b4f630 100644
--- a/deps/v8/src/wasm/function-body-decoder-impl.h
+++ b/deps/v8/src/wasm/function-body-decoder-impl.h
@@ -4233,7 +4233,7 @@ class WasmFullDecoder : public WasmDecoder<validate, decoding_mode> {
// Byte sequences in data segments are interpreted as little endian for
// the purposes of this instruction. This means that those will have to
// be transformed in big endian architectures. TODO(7748): Implement.
- if (element_type.element_size_bytes() > 1) {
+ if (element_type.value_kind_size() > 1) {
UNIMPLEMENTED();
}
#endif