Index: runtime/vm/service.cc |
=================================================================== |
--- runtime/vm/service.cc (revision 31745) |
+++ runtime/vm/service.cc (working copy) |
@@ -593,7 +593,8 @@ |
static void HandleCpu(Isolate* isolate, JSONStream* js) { |
JSONObject jsobj(js); |
jsobj.AddProperty("type", "CPU"); |
- jsobj.AddProperty("architecture", CPU::Id()); |
+ jsobj.AddProperty("targetCPU", CPU::Id()); |
+ jsobj.AddProperty("hostCPU", HostCPUFeatures::hardware()); |
} |