Changeset 76e5fe8a in rtems


Ignore:
Timestamp:
04/13/99 22:50:24 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2b28307
Parents:
6e27f588
Message:

Bug fix from Brendan Simon <brendan@…> with fix confirmed
by Andrew Bray <andy@…>.

Location:
c/src/lib/libbsp/powerpc/papyrus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.S

    r6e27f588 r76e5fe8a  
    242242clear_bss:
    243243        stswi   r6,r2,0x4               /* store r6 */
    244         addi    r3,r2,0x4               /* update r2 */
     244        addi    r2,r2,0x4               /* update r2 */
    245245        bdnz    clear_bss               /* decrement counter and loop */
    246246        blr                             /* return */
  • c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S

    r6e27f588 r76e5fe8a  
    280280clear_bss:
    281281        stswi   r6,r2,0x4               /* store r6 */
    282         addi    r3,r2,0x4               /* update r2 */
     282        addi    r2,r2,0x4               /* update r2 */
    283283        bdnz    clear_bss               /* decrement counter and loop */
    284284        blr                             /* return */
Note: See TracChangeset for help on using the changeset viewer.