Index: runtime/vm/locations.cc |
diff --git a/runtime/vm/locations.cc b/runtime/vm/locations.cc |
index 50ef0362130cbc699374fc2a6ada62aed2adeba9..58ecdd9a687d1a4ef9861af760336efdf5147288 100644 |
--- a/runtime/vm/locations.cc |
+++ b/runtime/vm/locations.cc |
@@ -105,6 +105,8 @@ const char* Location::Name() const { |
case kFpuRegister: return Assembler::FpuRegisterName(fpu_reg()); |
case kStackSlot: return "S"; |
case kDoubleStackSlot: return "DS"; |
+ case kFloat32x4StackSlot: return "F32x4S"; |
+ case kUint32x4StackSlot: return "UI32x4S"; |
case kUnallocated: |
switch (policy()) { |
case kAny: |