|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Aug 25 20:09:10 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/08 25:20:09 Modified: jop/java/target/src/common/com/jopdesign/io IOFactory.java Log: no message Revision Changes Path 1.5 jop/java/target/src/common/com/jopdesign/io/IOFactory.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/io/IOFactory.java.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: IOFactory.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/io/IOFactory.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- IOFactory.java 4 Aug 2007 20:01:56 -0000 1.4 +++ IOFactory.java 25 Aug 2007 18:09:09 -0000 1.5 @@ -46,7 +46,7 @@ return JVMHelp.makeHWArray(len, address, idx, cp); } - private static IOFactory single = new IOFactory();; + private static IOFactory single = new IOFactory(); /** * Get the factory singleton @@ -56,6 +56,10 @@ return single; } + public void registerInterruptHandler(String happening, Runnable logic) { + // do the system specific regitering + } + /** * The main serial port (= System.out) * @return
|
 |