summaryrefslogtreecommitdiff
path: root/src/interp/interp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/interp.cc')
-rw-r--r--src/interp/interp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/interp.cc b/src/interp/interp.cc
index ad4e00fa..9e4ceb8b 100644
--- a/src/interp/interp.cc
+++ b/src/interp/interp.cc
@@ -32,7 +32,7 @@ const char* GetName(Mutability mut) {
}
const char* GetName(ValueType type) {
- return GetTypeName(type);
+ return type.GetName();
}
const char* GetName(ExternKind kind) {