Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 103edd580abdaef083ed12065a23e496756a28d1..e2e5c22124d59949100d609b81442d55c4b9919d 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -328,8 +328,8 @@ namespace internal { |
#ifdef ENABLE_LOGGING_AND_PROFILING |
#define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) \ |
- F(ProfilerResume, 1, 1) \ |
- F(ProfilerPause, 1, 1) |
+ F(ProfilerResume, 2, 1) \ |
+ F(ProfilerPause, 2, 1) |
#else |
#define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) |
#endif |