Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3588 → Rev 3589

/branches/dynload/uspace/lib/rtld/arch/ppc32/src/entry.s
34,9 → 34,10
 
## Rtld entry point
#
# r3 contains the PCB pointer
# r6 contains the PCB pointer
#
__entry:
# Pass the PCB pointer to __bootstrap as the first argument
# Since the first argument is passed in r3, no operation is needed.
# Pass the PCB pointer to __bootstrap as the first argument.
# The first argument is passed in r3.
mr %r3, %r6
bl __bootstrap