Ignore:
Timestamp:
12/20/95 15:39:19 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c64e4ed4
Parents:
4442d21c
Message:

changes remerged after lost in disk crash -- recovered from snapshot, partially recovered working tree, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s

    r4442d21c r5c491aef  
    44 *  stored in Papyrus' flash ROM.
    55 *
    6  *  Author:     Andrew Bray <andy@i-cubed.demon.co.uk>
     6 *  Author:     Andrew Bray <andy@i-cubed.co.uk>
    77 *
    88 *  COPYRIGHT (c) 1995 by i-cubed ltd.
     
    231231        addis   r2,r0,0x8000
    232232        addi    r2,r2,0x0001
    233         mticcr  r2
    234         mtdccr  r2
     233
     234        mtspr   0x3fb, r2               /* ICCR */
     235        mtspr   0x3fa, r2               /* DCCR */
     236
    235237        /*-----------------------------------------------------------------------
    236238         * C_setup.
     
    244246        stw     r3, 8(r1)
    245247        stw     r3, 12(r1)
    246         .extern .main
    247         b       .main            /* call the first C routine */
     248        .extern SYM (main)
     249        b       SYM (main)            /* call the first C routine */
    248250
    249251/*-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.