Interrupt context registers WSAVE and SSAVE were not getting allocated.
[fw/sdcc] / src / regression / string1.c
index e582fc5bb385e5c1421853c5adb5224873896780..3f169c300aedbd3d2529a54ad829323e44e6ffd3 100644 (file)
@@ -6,7 +6,7 @@ unsigned char dummy=0;
 //unsigned bit bit1;
 
 typedef unsigned char byte;
-data at 0x06 unsigned char  PORTB;
+
 
 byte uchar0;
 const byte arr[] = { 1,2,8,9,0 };