| Index: runtime/vm/flow_graph_allocator.cc
|
| diff --git a/runtime/vm/flow_graph_allocator.cc b/runtime/vm/flow_graph_allocator.cc
|
| index 6f5deb4b9e47361bbfe1336c31539d6872fff11c..3078d3605c5b27b140e9f8405932bbe241e9011f 100644
|
| --- a/runtime/vm/flow_graph_allocator.cc
|
| +++ b/runtime/vm/flow_graph_allocator.cc
|
| @@ -118,6 +118,7 @@ FlowGraphAllocator::FlowGraphAllocator(const FlowGraph& flow_graph,
|
| }
|
| blocked_cpu_registers_[SPREG] = true;
|
| blocked_cpu_registers_[FPREG] = true;
|
| + blocked_cpu_registers_[CODE_REG] = true;
|
| blocked_cpu_registers_[THR] = true;
|
|
|
| // FpuTMP is used as scratch by optimized code and parallel move resolver.
|
|
|