Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 90a1d899343a962da86aae65d15c1963f6dc57a5..adc523bb38d591b2bf732388d09597778d1be133 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -284,7 +284,7 @@ namespace internal { |
F(ThrowIteratorResultNotAnObject, 1, 1) \ |
F(ThrowGeneratorRunning, 0, 1) \ |
F(ThrowStackOverflow, 0, 1) \ |
- F(ThrowWasmError, 1, 1) \ |
+ F(ThrowWasmError, 2, 1) \ |
F(PromiseRejectEvent, 3, 1) \ |
F(PromiseRevokeReject, 1, 1) \ |
F(StackGuard, 0, 1) \ |