diff options
Diffstat (limited to 'src/interp/interp.h')
-rw-r--r-- | src/interp/interp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/interp.h b/src/interp/interp.h index ec7a6f78..8ebd43df 100644 --- a/src/interp/interp.h +++ b/src/interp/interp.h @@ -115,6 +115,7 @@ struct InitExpr { f64 f64_; v128 v128_; Index index_; + Type type_; }; }; @@ -426,7 +427,6 @@ class Store { bool IsValid(Ref) const; bool HasValueType(Ref, ValueType) const; - ValueType GetValueType(Ref) const; template <typename T> bool Is(Ref) const; |