aboutsummaryrefslogtreecommitdiffstats
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 aeab116c3e..0cc2483917 100644
--- a/vm.c
+++ b/vm.c
@@ -1156,7 +1156,7 @@ vm_eval_body(rb_thread_t *th)
}
else {
int i;
- struct catch_table_entry *entry;
+ struct iseq_catch_table_entry *entry;
unsigned long epc, cont_pc, cont_sp;
VALUE catch_iseqval;
rb_control_frame_t *cfp;