Imported and merged Boehm GC 7.0
[cacao.git] / src / mm / boehm-gc / AmigaOS.c
index e80247885cf6bd5a5edde4319f39b95c62eb134a..9c3a48455435c750c3eef73298f2094d6138364c 100644 (file)
@@ -41,7 +41,7 @@
    Find the base of the stack.
 ******************************************************************/
 
-ptr_t GC_get_stack_base()
+ptr_t GC_get_main_stack_base()
 {
     struct Process *proc = (struct Process*)SysBase->ThisTask;