Index: src/runtime/runtime.cc |
diff --git a/src/runtime/runtime.cc b/src/runtime/runtime.cc |
index 9ec3f4c8f982b44745d6fefd26830dfbdeaae644..78c83abfdc5d9ebb62faecf8a81df5a86284f085 100644 |
--- a/src/runtime/runtime.cc |
+++ b/src/runtime/runtime.cc |
@@ -48,8 +48,9 @@ INLINE_FUNCTION_LIST(F) |
static const Runtime::Function kIntrinsicFunctions[] = { |
- RUNTIME_FUNCTION_LIST(F) INLINE_OPTIMIZED_FUNCTION_LIST(F) |
- INLINE_FUNCTION_LIST(I) INLINE_OPTIMIZED_FUNCTION_LIST(I)}; |
+ RUNTIME_FUNCTION_LIST(F) INLINE_FUNCTION_LIST(F) |
+ INLINE_OPTIMIZED_FUNCTION_LIST(F) INLINE_FUNCTION_LIST(I) |
+ INLINE_OPTIMIZED_FUNCTION_LIST(I)}; |
#undef I |
#undef F |