Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 75ddd45e00b934c8679ad9331d39c27c967ebb18..136c37446049b5e2ebb0f90a05ee271d0141d06a 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -771,8 +771,8 @@ class Runtime : public AllStatic { |
#define F(name, nargs, ressize) k##name, |
#define I(name, nargs, ressize) kInline##name, |
RUNTIME_FUNCTION_LIST(F) INLINE_FUNCTION_LIST(F) |
- INLINE_OPTIMIZED_FUNCTION_LIST(F) INLINE_FUNCTION_LIST(I) |
- INLINE_OPTIMIZED_FUNCTION_LIST(I) |
+ INLINE_OPTIMIZED_FUNCTION_LIST(F) RUNTIME_FUNCTION_LIST(I) |
+ INLINE_FUNCTION_LIST(I) INLINE_OPTIMIZED_FUNCTION_LIST(I) |
#undef I |
#undef F |
kNumFunctions, |