Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index a051fd0276e7c7b6fb91db539266dc8ea654d9c4..8560bcbb9ae66e6368c179db64cb2624cc2c3edc 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -290,7 +290,8 @@ namespace internal { |
F(GetFromCache, 2, 1) \ |
F(IncrementStatsCounter, 1, 1) \ |
F(Likely, 1, 1) \ |
- F(Unlikely, 1, 1) |
+ F(Unlikely, 1, 1) \ |
+ F(HarmonyToString, 0, 1) |
#define FOR_EACH_INTRINSIC_JSON(F) \ |