ppc: trampoline: cleanups
parent
0622245f06
commit
f4d92bb7bd
|
@ -14,8 +14,12 @@
|
||||||
__start_context:
|
__start_context:
|
||||||
/* get the proper context into position and test for NULL */
|
/* get the proper context into position and test for NULL */
|
||||||
mr. 3,31
|
mr. 3,31
|
||||||
beq hosed
|
|
||||||
|
/* if we have no linked context, lets get out of here */
|
||||||
|
beq no_linked_context
|
||||||
|
|
||||||
|
/* jump to setcontext */
|
||||||
bl __setcontext@local
|
bl __setcontext@local
|
||||||
|
|
||||||
hosed:
|
no_linked_context:
|
||||||
b exit@GOT
|
b exit@GOT
|
||||||
|
|
Loading…
Reference in New Issue