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:
@@ -10,10 +10,10 @@
|
|||||||
|
|
||||||
.section .init
|
.section .init
|
||||||
// the image ID and program args are still on the stack
|
// the image ID and program args are still on the stack
|
||||||
jsr _init_after
|
jsr __haiku_init_after
|
||||||
rts
|
rts
|
||||||
|
|
||||||
.section .fini
|
.section .fini
|
||||||
// the image ID and program args are still on the stack
|
// the image ID and program args are still on the stack
|
||||||
jsr _term_after
|
jsr __haiku_term_after
|
||||||
rts
|
rts
|
||||||
|
|||||||
Reference in New Issue
Block a user