From 2fc4dd61e5607569909548975eaf54cef87be96e Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Tue, 8 May 2018 16:00:42 +0200 Subject: New upstream version 1.4.9 --- lib/simulator/engine/engine_text_based_interface.tcl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/simulator/engine/engine_text_based_interface.tcl') diff --git a/lib/simulator/engine/engine_text_based_interface.tcl b/lib/simulator/engine/engine_text_based_interface.tcl index 0b6448c..ef61a61 100644 --- a/lib/simulator/engine/engine_text_based_interface.tcl +++ b/lib/simulator/engine/engine_text_based_interface.tcl @@ -1,10 +1,13 @@ #!/usr/bin/tclsh -# Part of MCU 8051 IDE ( http://mcu8051ide.sf.net ) +# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide ) ############################################################################ # Copyright (C) 2011-2011 by Martin Ošmera # # martin.osmera@gmail.com # # # +# Copyright (C) 2014 by Moravia Microsystems, s.r.o. # +# martin.osmera@moravia-microsystems.com # +# # # This program is free software; you can redistribute it and#or modify # # it under the terms of the GNU General Public License as published by # # the Free Software Foundation; either version 2 of the License, or # @@ -109,7 +112,7 @@ namespace eval SimulatorEngineCLI { class SimEngineWrapper { inherit Simulator_ENGINE Pale - common changed_registers [list] + public common changed_registers [list] # TODO: get rid of these variables: public variable procData {} -- cgit v1.2.3