* as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors
[fw/sdcc] / src / regression / configword.c
index e3d9aefe565223ab1d927502e1cbb17a841e2f6a..39beb9e8729c0b05cab5cfc237a48c2746ba6e14 100644 (file)
@@ -3,6 +3,7 @@
  * be assigned */
 
 unsigned char failures=0;
+unsigned char dummy;
 
 /* copied from 16f877.inc file supplied with gpasm */
 
@@ -31,7 +32,7 @@ unsigned char failures=0;
 
 typedef unsigned int word;
 
-word at 0x2007  CONFIG = _WDT_OFF & _PWRTE_ON;
+//word at 0x2007  CONFIG = _WDT_OFF & _PWRTE_ON;
 
 
 /* to do -- write a test that puts the PIC to sleep,