Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index d807477d7a0df0ac3d9aec7fc3e2619c168ad2bc..ece2cfc06d9e98832c3af419daaacb36e0026c6a 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -315,7 +315,7 @@ namespace internal { |
F(CreateListFromArrayLike, 1, 1) \ |
F(IncrementUseCounter, 1, 1) \ |
F(GetOrdinaryHasInstance, 0, 1) \ |
- F(GetAndResetRuntimeCallStats, 0, 1) \ |
+ F(GetAndResetRuntimeCallStats, -1 /* <= 1 */, 1) \ |
F(EnqueueMicrotask, 1, 1) \ |
F(RunMicrotasks, 0, 1) \ |
F(WasmGetFunctionName, 2, 1) |