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
  • Find Resources
  • 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: Fri Jun 8 15:12:23 CEST 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/06 08:15:12

    Modified: jop/java/tools/src/com/jopdesign/tools JopSim.java
    Log:
    comment


    Revision Changes Path
    1.30 jop/java/tools/src/com/jopdesign/tools/JopSim.java

    http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/JopSim.java.diff?r1=1.29&r2=1.30

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

    Index: JopSim.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/JopSim.java,v
    retrieving revision 1.29
    retrieving revision 1.30
    diff -u -b -r1.29 -r1.30
    --- JopSim.java 1 Jun 2007 16:53:48 -0000 1.29
    +++ JopSim.java 8 Jun 2007 13:12:23 -0000 1.30
    @@ -936,7 +936,7 @@
    val = stack[sp--]; // value
    idx = stack[sp--]; // index
    ref = stack[sp--]; // ref
    - // null pointer and array check missing
    + // TODO: null pointer and array check missing
    // handle needs indirection
    ref = readMem(ref);
    writeMem(ref+idx, val);
    @@ -946,7 +946,7 @@
    val2 = stack[sp--]; // value
    idx = stack[sp--]; // index
    ref = stack[sp--]; // ref
    - // null pointer and array check missing
    + // TODO: null pointer and array check missing
    // handle needs indirection
    ref = readMem(ref);
    writeMem(ref+idx*2, val2);



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