Martins patches
[fw/sdcc] / debugger / mcs51 / break.h
index 14a6815492069351a56fe0be063af95971c3b777..7256f519466a900da2a43e29ef355ab162a5a5e6 100644 (file)
@@ -35,7 +35,8 @@ enum {
     STEP    ,
     NEXT    ,
     FENTRY  ,
-    FEXIT};  
+    FEXIT,
+    TMPUSER };  
 
 typedef struct breakp
 {