ppc: trampoline: cleanups
parent
0622245f06
commit
f4d92bb7bd
|
@ -14,8 +14,12 @@
|
|||
__start_context:
|
||||
/* get the proper context into position and test for NULL */
|
||||
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
|
||||
|
||||
hosed:
|
||||
no_linked_context:
|
||||
b exit@GOT
|
||||
|
|
Loading…
Reference in New Issue