diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wasm-interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index 8870e24dd..f646ed976 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -1836,7 +1836,7 @@ public: } break; default: - WASM_UNREACHABLE("unimplemented ref.is_*"); + WASM_UNREACHABLE("unimplemented ref.as_*"); } return value; } |