| Index: runtime/vm/flow_graph_compiler_x64.h
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
|
| index 6e3b815783423225d954b14c344d12d80d9820bf..1715533605d18bb19a3effe8f8e3521a027b8380 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.h
|
| +++ b/runtime/vm/flow_graph_compiler_x64.h
|
| @@ -156,7 +156,8 @@ class FlowGraphCompiler : public ValueObject {
|
| intptr_t try_index_,
|
| DeoptReasonId reason,
|
| Register reg1,
|
| - Register reg2);
|
| + Register reg2,
|
| + Register reg3 = kNoRegister);
|
|
|
| void FinalizeExceptionHandlers(const Code& code);
|
| void FinalizePcDescriptors(const Code& code);
|
|
|