* mep/sim-crt0.S (_start): Fix typo.
This commit is contained in:
parent
755b125b77
commit
819e574474
|
@ -1,3 +1,7 @@
|
|||
2009-04-22 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* mep/sim-crt0.S (_start): Fix typo.
|
||||
|
||||
2009-04-21 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* mep/Makefile.in (SCRIPTS): Update to new config.
|
||||
|
|
|
@ -121,7 +121,7 @@ _start:
|
|||
# load ID-specific stack pointer
|
||||
sl2ad3 $0, $0, $sp # $0 = ($0 << 2) + $sp
|
||||
lw $sp,($0) # $sp = *($0)
|
||||
mov $0,0xfff8
|
||||
mov $0,0xfffffff8
|
||||
and $sp, $0
|
||||
|
||||
#ifndef NOVEC
|
||||
|
|
Loading…
Reference in New Issue