Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-04-22 22:57:37 +0400
committerDJ Delorie <dj@redhat.com>2009-04-22 22:57:37 +0400
commit819e57447414b42c74fcf8cf48a227be7d6b09fa (patch)
treefeb5e9b78f5f332feb446681f2854ca3d5675535 /libgloss/mep
parent755b125b775637771f1b6e972a88e290a0c39301 (diff)
* mep/sim-crt0.S (_start): Fix typo.
Diffstat (limited to 'libgloss/mep')
-rw-r--r--libgloss/mep/sim-crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mep/sim-crt0.S b/libgloss/mep/sim-crt0.S
index c96ce2336..02639eb6d 100644
--- a/libgloss/mep/sim-crt0.S
+++ b/libgloss/mep/sim-crt0.S
@@ -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