summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index 0b9356e672..d5a00c2fe1 100644
--- a/vm.c
+++ b/vm.c
@@ -536,6 +536,7 @@ vm_call_super(rb_thread_t *th, int argc, const VALUE *argv)
VALUE
rb_call_super(int argc, const VALUE *argv)
{
+ PASS_PASSED_BLOCK();
return vm_call_super(GET_THREAD(), argc, argv);
}