summaryrefslogtreecommitdiff
path: root/lib/simulator/engine/engine_text_based_interface.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/simulator/engine/engine_text_based_interface.tcl')
-rw-r--r--lib/simulator/engine/engine_text_based_interface.tcl7
1 files changed, 5 insertions, 2 deletions
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 {}