Index: runtime/vm/simulator_dbc.h |
diff --git a/runtime/vm/simulator_dbc.h b/runtime/vm/simulator_dbc.h |
index 9865ca95dd3d587bf083a32df5c391f4af803cb9..7172bbec869376922deb8a42f781398ac483f364 100644 |
--- a/runtime/vm/simulator_dbc.h |
+++ b/runtime/vm/simulator_dbc.h |
@@ -76,7 +76,7 @@ class Simulator { |
} |
enum IntrinsicId { |
-#define V(test_class_name, test_function_name, enum_name, fp) \ |
+#define V(test_class_name, test_function_name, enum_name, type, fp) \ |
k##enum_name##Intrinsic, |
ALL_INTRINSICS_LIST(V) |
GRAPH_INTRINSICS_LIST(V) |