Added support for multiplication. Fixed peep hole bugs (and more functionality to...
[fw/sdcc] / src / pic / device.h
index 1dc4c0c194137124a744495c8ca175e106e0739c..c4ff2f333beb77ecd4b71cf9945e21f5d0424265 100644 (file)
@@ -79,7 +79,7 @@ typedef struct PIC_device {
   memRange *ram;              /* RAM memory map */
   memRange *sfr;              /* SFR memory map */
 
-  int max_address;            /* maximum value for a data address */
+  int maxRAMaddress;         /* maximum value for a data address */
   //  int hasAliasedRAM:1;        /* True if there are bank independent registers */
 
 } PIC_device;