diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index b098f493..c4a9d144 100644 --- a/src/common.h +++ b/src/common.h @@ -389,6 +389,8 @@ static WABT_INLINE const char* GetTypeName(Type type) { return "any"; case Type::Anyref: return "anyref"; + case Type::Nullref: + return "nullref"; default: return "<type_index>"; } |