| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 66b2d4c4702f1d8f1a7953d839723f6c5947f73c..cef387ba0a522f5b8a497f6cb6b88680191b235d 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -1166,7 +1166,8 @@ class RawCode : public RawObject {
|
| int32_t state_bits_;
|
|
|
| // PC offsets for code patching.
|
| - NOT_IN_PRECOMPILED(int32_t lazy_deopt_pc_offset_);
|
| + NOT_IN_PRECOMPILED(int32_t lazy_deopt_return_pc_offset_);
|
| + NOT_IN_PRECOMPILED(int32_t lazy_deopt_throw_pc_offset_);
|
|
|
| // Variable length data follows here.
|
| int32_t* data() { OPEN_ARRAY_START(int32_t, int32_t); }
|
|
|