Changeset c1b455e in mainline for uspace/srv


Ignore:
Timestamp:
2008-11-13T10:53:59Z (16 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/srv/loader/arch/ppc32/ppc32.s

    r37e518b rc1b455e  
    3737program_run:
    3838        mtctr %r3
    39         mr %r3, %r4     # Pass pcb to the entry point in %r3
     39        mr %r6, %r4     # Pass pcb to the entry point in %r6
    4040        bctr
Note: See TracChangeset for help on using the changeset viewer.