From 983b0dfa95c50dbb4372e9a6790910fac67ffdb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 3 Nov 2011 02:41:14 +0000 Subject: [PATCH] Fix building libroot on m68k. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43148 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/glue/arch/m68k/crtn.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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