Index: runtime/vm/deopt_instructions.cc |
diff --git a/runtime/vm/deopt_instructions.cc b/runtime/vm/deopt_instructions.cc |
index ed6467fe3c5050e30de50d9a071044bc8020a9e1..e77830a55442977f5d6be0ef29b20de43be3bffd 100644 |
--- a/runtime/vm/deopt_instructions.cc |
+++ b/runtime/vm/deopt_instructions.cc |
@@ -1133,11 +1133,11 @@ void DeoptInfoBuilder::AddCopy(Value* value, |
} |
case kUnboxedInt32: |
deopt_instr = new(isolate()) DeoptInt32Instr( |
- ToCpuRegisterSource(source_loc)); |
+ ToCpuRegisterSource(source_loc)); |
break; |
case kUnboxedUint32: |
deopt_instr = new(isolate()) DeoptUint32Instr( |
- ToCpuRegisterSource(source_loc)); |
+ ToCpuRegisterSource(source_loc)); |
break; |
case kUnboxedDouble: |
deopt_instr = new(isolate()) DeoptDoubleInstr( |