aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 54e3c946f0..98d62e2a35 100644
--- a/proc.c
+++ b/proc.c
@@ -995,7 +995,7 @@ rb_method_call(int argc, VALUE *argv, VALUE method)
if (data->recv == Qundef) {
rb_raise(rb_eTypeError, "can't call unbound method; bind first");
}
- PUSH_TAG(PROT_NONE);
+ PUSH_TAG();
if (OBJ_TAINTED(method)) {
safe = rb_safe_level();
if (rb_safe_level() < 4) {