summaryrefslogtreecommitdiff
path: root/src/shell-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell-interface.h')
-rw-r--r--src/shell-interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell-interface.h b/src/shell-interface.h
index dc455ee81..2d9f88846 100644
--- a/src/shell-interface.h
+++ b/src/shell-interface.h
@@ -114,8 +114,8 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
break;
case v128:
assert(false && "v128 not implemented yet");
- case except_ref:
- assert(false && "except_ref not implemented yet");
+ case exnref:
+ assert(false && "exnref not implemented yet");
case none:
case unreachable:
WASM_UNREACHABLE();