summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index e6ef3a89af..80b3bbe5aa 100644
--- a/vm.c
+++ b/vm.c
@@ -63,7 +63,7 @@ VM_CF_LEP(rb_control_frame_t *cfp)
static inline VALUE *
VM_CF_PREV_EP(rb_control_frame_t * cfp)
{
- return VM_EP_PREV_EP((cfp)->ep);
+ return VM_EP_PREV_EP(cfp->ep);
}
static inline rb_block_t *