From: <fro...@us...> - 2008-11-10 12:09:16
|
Revision: 421 http://mspsim.svn.sourceforge.net/mspsim/?rev=421&view=rev Author: fros4943 Date: 2008-11-10 12:09:05 +0000 (Mon, 10 Nov 2008) Log Message: ----------- made current instruction public. should not be altered from outside msp430core. Modified Paths: -------------- mspsim/se/sics/mspsim/core/MSP430Core.java Modified: mspsim/se/sics/mspsim/core/MSP430Core.java =================================================================== --- mspsim/se/sics/mspsim/core/MSP430Core.java 2008-11-10 10:31:21 UTC (rev 420) +++ mspsim/se/sics/mspsim/core/MSP430Core.java 2008-11-10 12:09:05 UTC (rev 421) @@ -88,7 +88,7 @@ private int interruptMax = -1; // Op/instruction represents the last executed OP / instruction private int op; - int instruction; + public int instruction; int servicedInterrupt = -1; IOUnit servicedInterruptUnit = null; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |