aboutsummaryrefslogtreecommitdiffstats
path: root/insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'insnhelper.h')
-rw-r--r--insnhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/insnhelper.h b/insnhelper.h
index a2cb2e106c..b4ced7a50a 100644
--- a/insnhelper.h
+++ b/insnhelper.h
@@ -124,7 +124,7 @@
/* block */
#define GET_BLOCK_PTR() \
- ((yarv_block_t *)(GC_GUARDED_PTR_REF(GET_LFP()[0])))
+ ((rb_block_t *)(GC_GUARDED_PTR_REF(GET_LFP()[0])))
#define CHECK_STACK_OVERFLOW(th, cfp, margin) \
(((VALUE *)(cfp)->sp) + (margin) >= ((VALUE *)cfp))