| Index: runtime/vm/runtime_entry_list.h
|
| diff --git a/runtime/vm/runtime_entry_list.h b/runtime/vm/runtime_entry_list.h
|
| index acdb5bf9607b5971edf41d8f18f4bcbff32aebed..e44d0d48f03f7c96056bf217b9f1749d9fc389a1 100644
|
| --- a/runtime/vm/runtime_entry_list.h
|
| +++ b/runtime/vm/runtime_entry_list.h
|
| @@ -46,7 +46,7 @@ namespace dart {
|
|
|
| #define LEAF_RUNTIME_ENTRY_LIST(V) \
|
| V(void, PrintStopMessage, const char*) \
|
| - V(intptr_t, DeoptimizeCopyFrame, uword) \
|
| + V(intptr_t, DeoptimizeCopyFrame, uword, uword) \
|
| V(void, DeoptimizeFillFrame, uword) \
|
| V(void, StoreBufferBlockProcess, Thread*) \
|
| V(intptr_t, BigintCompare, RawBigint*, RawBigint*) \
|
|
|