diff options
Diffstat (limited to 'vm_core.h')
| -rw-r--r-- | vm_core.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1015,6 +1015,10 @@ struct rb_vm_tag { struct rb_vm_tag *prev; enum ruby_tag_type state; unsigned int lock_rec; +#if USE_ZJIT + // ec->cfp as of EC_PUSH_TAG, which is saved for materializing JITFrame. + rb_control_frame_t *cfp; +#endif }; STATIC_ASSERT(rb_vm_tag_buf_offset, offsetof(struct rb_vm_tag, buf) > 0); |
