version 0.2.39: fix of arith insts and start of re-structure
[fw/sdcc] / sim / ucsim / sim.src / hw.cc
index ed7f8162304c457e9ce53091a5c03f3414fbbddb..210c807898670ed5a01dc79ad680354158979d50 100644 (file)
@@ -35,7 +35,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 
 cl_hw::cl_hw(class cl_uc *auc, enum hw_cath cath, int aid, char *aid_string):
-  cl_base()
+  cl_guiobj()
 {
   flags= HWF_INSIDE;
   uc= auc;