* src/SDCCcse.c (algebraicOpts): fixed bug 1579949
[fw/sdcc] / src / regression / compare7.c
index ea0e8b2e0c8f5f5b602bb823662631f8afda8618..5f0f6ad5aa29cce340ba28844fa00f3f5c9a65f3 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
@@ -27,7 +27,7 @@ char long1 = 0;
 
 typedef unsigned int word;
 
-word at 0x2007  CONFIG = wdt_off & pwrte_on;
+//word at 0x2007  CONFIG = wdt_off & pwrte_on;
 
 void
 done()