* src/regression/compare10.c,
[fw/sdcc] / src / regression / compare8.c
index 1f67b707a9616d1d8356055d45d43c3d6bf1ed75..19da23a4825cfab1afff4f2318e33c983cb8b83d 100644 (file)
@@ -1,5 +1,5 @@
 #include "gpsim_assert.h"
-#include "pic16f877.h"
+#include "picregs.h"
 // Signed comparisons of the form:  (variable>LIT)
 //
 // This regression test exercises all of the boundary
@@ -312,8 +312,11 @@ void
 main (void)
 {
   char_compare();
+  __asm clrwdt __endasm;
   int_compare1();
+  __asm clrwdt __endasm;
   int_compare2();
+  __asm clrwdt __endasm;
 
   done ();
 }