version 0.5.2
[fw/sdcc] / sim / ucsim / s51.src / uc251.cc
index 74d21ff7c067b31756ad5d168da45d337b91436f..3694bac3ca763b626448ab12db3db7da85c3a7cf 100644 (file)
@@ -36,8 +36,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
  * Making an 251 CPU object
  */
 
-t_uc251::t_uc251(int Itype, int Itech, class cl_sim *asim):
-  t_uc89c51r(Itype, Itech, asim)
+cl_uc251::cl_uc251(int Itype, int Itech, class cl_sim *asim):
+  cl_uc89c51r(Itype, Itech, asim)
 {
 }