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: Sun Oct 29 20:20:22 CET 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/10 29:20:20

    Modified: jop/java/target/src/common/com/jopdesign/sys JVMHelp.java
    Log:
    longer method trace


    Revision Changes Path
    1.15 jop/java/target/src/common/com/jopdesign/sys/JVMHelp.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/JVMHelp.java.diff?r1=1.14&r2=1.15

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

    Index: JVMHelp.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/sys/JVMHelp.java,v
    retrieving revision 1.14
    retrieving revision 1.15
    diff -u -b -r1.14 -r1.15
    --- JVMHelp.java 12 Jan 2006 22:19:43 -0000 1.14
    +++ JVMHelp.java 29 Oct 2006 19:20:22 -0000 1.15
    @@ -149,7 +149,7 @@
    // while does not work anymore as sp and vp are
    // wrapping around (only 7 bits)
    // while (fp>128+5) { // stop befor 'fist' method
    - for (int cnt=0; cnt<3; ++cnt) {
    + for (int cnt=0; cnt<5; ++cnt) {
    mp = Native.rdIntMem(fp+4);
    vp = Native.rdIntMem(fp+2);
    pc = Native.rdIntMem(fp+1);



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