Fix building libroot on m68k.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43148 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2011-11-03 02:41:14 +00:00
parent 450297cbd1
commit 983b0dfa95

View File

@ -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