Ignore:
Timestamp:
2008-11-13T10:53:59Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bfce7d9
Parents:
37e518b
Message:

Fix bug #67. It was obviously all my fault - I allocated r3 for pcb_ptr, which was alredy used by uarg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/arch/ppc32/src/entry.s

    r37e518b rc1b455e  
    3535## User-space task entry point
    3636#
    37 # r3 contains the PCB pointer
     37# r6 contains the PCB pointer
    3838#
    3939__entry:
    4040        # Pass the PCB pointer to __main() as the first argument.
    41         # Since the first argument is passed in r3, no operation is needed.
     41        # The first argument is passed in r3.
     42        mr %r3, %r6
    4243        bl __main
    4344
Note: See TracChangeset for help on using the changeset viewer.