This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mep: fix typo


Committed.

2009-04-22  DJ Delorie  <dj@redhat.com>

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

Index: mep/sim-crt0.S
===================================================================
RCS file: /cvs/src/src/libgloss/mep/sim-crt0.S,v
retrieving revision 1.2
diff -p -U3 -r1.2 sim-crt0.S
--- mep/sim-crt0.S	21 Apr 2009 18:13:32 -0000	1.2
+++ mep/sim-crt0.S	22 Apr 2009 18:57:08 -0000
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]