Bug #4745 ยป 0001-Fix-build-on-m68k-by-error-too-few-arguments-to-func.patch
| 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
|
||
|
}
|
||