diff --git a/src/system/glue/arch/m68k/crtn.S b/src/system/glue/arch/m68k/crtn.S index bdfbb5bc51..528eb14444 100644 --- a/src/system/glue/arch/m68k/crtn.S +++ b/src/system/glue/arch/m68k/crtn.S @@ -10,10 +10,10 @@ .section .init // the image ID and program args are still on the stack - jsr _init_after + jsr __haiku_init_after rts .section .fini // the image ID and program args are still on the stack - jsr _term_after + jsr __haiku_term_after rts