]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/newlib-tumbl.git/commitdiff
* mep/sim-crt0.S (_start): Fix typo.
authorDJ Delorie <dj@redhat.com>
Wed, 22 Apr 2009 18:57:37 +0000 (18:57 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 22 Apr 2009 18:57:37 +0000 (18:57 +0000)
libgloss/ChangeLog
libgloss/mep/sim-crt0.S

index 3a81aac4ea26b252d1daa06a8f000b19dec0713d..e61ae17b81e5564ffcf1048d4d3e418b3cdf4d66 100644 (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.
index c96ce2336d7a0c3825ef4f433357e4dcc3105303..02639eb6dc25978c9be54699f5ae092b87557e2c 100644 (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