ppc: trampoline: cleanups

master
William Pitcock 2018-02-15 04:36:36 +00:00
parent 0622245f06
commit f4d92bb7bd
1 changed files with 6 additions and 2 deletions

View File

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