mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
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:
parent
450297cbd1
commit
983b0dfa95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user