summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/value-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/value-type.h')
-rw-r--r--deps/v8/src/wasm/value-type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/wasm/value-type.h b/deps/v8/src/wasm/value-type.h
index b40a337ca0..49fd2892eb 100644
--- a/deps/v8/src/wasm/value-type.h
+++ b/deps/v8/src/wasm/value-type.h
@@ -5,7 +5,7 @@
#ifndef V8_WASM_VALUE_TYPE_H_
#define V8_WASM_VALUE_TYPE_H_
-#include "src/machine-type.h"
+#include "src/codegen/machine-type.h"
#include "src/wasm/wasm-constants.h"
namespace v8 {
@@ -299,6 +299,7 @@ class V8_EXPORT_PRIVATE ValueTypes {
return MachineRepresentation::kFloat64;
case kWasmAnyRef:
case kWasmAnyFunc:
+ case kWasmNullRef:
case kWasmExceptRef:
return MachineRepresentation::kTaggedPointer;
case kWasmS128: