From d279f68f21ab9866c26485c848ebf1b1221401d0 Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 14 Aug 2014 23:12:04 +0000 Subject: cont.c (cont_mark): fix typo in unused path [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index 18a3373de2..738efb7820 100644 --- a/cont.c +++ b/cont.c @@ -191,7 +191,7 @@ cont_mark(void *ptr) rb_gc_mark_locations(cont->vm_stack, cont->vm_stack + cont->vm_stack_slen + cont->vm_stack_clen); #else - rb_gc_mark_localtion(cont->vm_stack, + rb_gc_mark_locations(cont->vm_stack, cont->vm_stack, cont->saved_thread.stack_size); #endif } -- cgit v1.2.3