* mep/sim-crt0.S (_start): Fix typo.

This commit is contained in:
DJ Delorie 2009-04-22 18:57:37 +00:00
parent 755b125b77
commit 819e574474
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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