Chromium Code Reviews| Index: runtime/vm/locations.cc |
| diff --git a/runtime/vm/locations.cc b/runtime/vm/locations.cc |
| index efd1a19026144c9249bff2b46b53e7ddcda568ef..deffe33d1955c181983fa713245201902d21aa45 100644 |
| --- a/runtime/vm/locations.cc |
| +++ b/runtime/vm/locations.cc |
| @@ -78,6 +78,8 @@ const char* Location::Name() const { |
| return "R"; |
| case kRequiresXmmRegister: |
| return "DR"; |
| + case kWritableRegister: |
| + return "WR"; |
| case kSameAsFirstInput: |
| return "0"; |
| } |