Project

General

Profile

Bug #4745 ยป 0001-Fix-build-on-m68k-by-error-too-few-arguments-to-func.patch

iwamatsu (Nobuhiro Iwamatsu), 05/20/2011 10:13 AM

View differences:

gc.c
rb_gc_mark_locations(th->machine_register_stack_start, th->machine_register_stack_end);
#endif
#if defined(__mc68000__)
mark_locations_array((VALUE*)((char*)STACK_END + 2),
mark_locations_array(objspace, (VALUE*)((char*)STACK_END + 2),
(STACK_START - STACK_END));
#endif
}
    (1-1/1)