sdcdb updates,ddd
[fw/sdcc] / debugger / mcs51 / simi.h
index a8c6751dd41cf6dc4aa953f9585eb0163d913537..05ace69a043330242fe9c613fb66c1bd598a2f01 100644 (file)
@@ -27,6 +27,7 @@
 
 #define MAX_SIM_BUFF 8*1024
 //#define SIMNAME "s51"
+extern int sock;
 extern char simactive;
 void  openSimulator (char **,int);
 void waitForSim(int timeout_ms, char *expect);
@@ -40,5 +41,5 @@ void  simReset ();
 char  *simRegs() ;
 unsigned int simGoTillBp (unsigned int);
 unsigned long simGetValue (unsigned int ,char , int );
-
+int simSetValue (unsigned int ,char , int, unsigned long );
 #endif