Merge branch ucsim-034-pre3 to main trunk; new version 0.4
[fw/sdcc] / sim / ucsim / sim.src / stackcl.h
index e8f4658226c17a085c8bc24cd1ec81407d403ac7..6e391abb1ae96b4814d1b5816a2d99c785dff0a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Simulator of microcontrollers (stackcl.h)
+ * Simulator of microcontrollers (sim.src/stackcl.h)
  *
  * Copyright (C) 2000,00 Drotos Daniel, Talker Bt.
  * 
@@ -25,8 +25,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA. */
 /*@1@*/
 
-#ifndef STACKCL_HEADER
-#define STACKCL_HEADER
+#ifndef SIM_STACKCL_HEADER
+#define SIM_STACKCL_HEADER
 
 #include "stypes.h"
 #include "pobjcl.h"
@@ -52,7 +52,7 @@ public:
   cl_stack_op(enum stack_op itype,
              t_addr iPC, t_addr iaddr, t_mem idata,
              t_addr iSP_before, t_addr iSP_after);
-  ~cl_stack_op(void);
+  virtual ~cl_stack_op(void);
 };