LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Thu Jun 29 20:20:15 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/06 29:20:20

    Modified: jop/java/target/src/test/wcet/gc GCStkWalk.java
    Log:
    no message


    Revision Changes Path
    1.4 jop/java/target/src/test/wcet/gc/GCStkWalk.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/wcet/gc/GCStkWalk.java.diff?r1=1.3&r2=1.4

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: GCStkWalk.java
    ===================================================================
    RCS file: /cvsroot/rasped/jop/java/target/src/test/wcet/gc/GCStkWalk.java,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- GCStkWalk.java 29 Jun 2006 18:00:46 -0000 1.3
    +++ GCStkWalk.java 29 Jun 2006 18:20:15 -0000 1.4
    @@ -93,7 +93,7 @@

    fp = sp - 4; // last sp points to the end of the frame
    //stop befor 'first' method, loop = 255-4-128-5/5 =
    - while (fp > 128 + 5) { // @WCA loop=3
    + while (fp > 128 + 5) { // @WCA loop=5
    // saved vars of curent frame that points to
    // previous frame. See Fig. 6.2 in ms thesis
    //enable



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.