Changeset 646decbd in rtems


Ignore:
Timestamp:
05/24/00 17:11:24 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
64bddf48
Parents:
09b6a093
Message:

Patch from Nick Simom (Nick.SIMON@…) so eth_comm
can return to start code without faulting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/eth_comm/start/start.S

    r09b6a093 r646decbd  
    134134       
    135135        .extern SYM (boot_card)
    136         b       SYM (boot_card)                  /* call the first C routine */
     136        bl      SYM (boot_card)                  /* call the first C routine */
     137loopstop:
     138        b       loopstop
    137139
    138140/*
Note: See TracChangeset for help on using the changeset viewer.