| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index db92b4326f6dfc500c215d97665081685e96fafa..ce1fb99d24f6b40b59134573e05e339d187e379c 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -748,7 +748,7 @@ class RuntimeCallStats {
|
| RuntimeCallCounter Runtime_##name = RuntimeCallCounter(#name);
|
| FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER)
|
| #undef CALL_RUNTIME_COUNTER
|
| -#define CALL_BUILTIN_COUNTER(name, ignore) \
|
| +#define CALL_BUILTIN_COUNTER(name) \
|
| RuntimeCallCounter Builtin_##name = RuntimeCallCounter(#name);
|
| BUILTIN_LIST_C(CALL_BUILTIN_COUNTER)
|
| #undef CALL_BUILTIN_COUNTER
|
|
|