we sometimes use five elements of aop_str
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 11 Nov 2001 00:43:31 +0000 (00:43 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 11 Nov 2001 00:43:31 +0000 (00:43 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1562 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/ds390/gen.h

index 0a470a33fa295a83071ab7144a3ea59272d8ec2d..d238ca9b24eeafdf1e318f4c58e75add3e15aae9 100644 (file)
@@ -71,7 +71,7 @@ typedef struct asmop
                char *aop_immd2;        /* cast remat will generate this   */
        } aop_immd;
        int aop_stk;            /* stack offset when AOP_STK */
-       char *aop_str[4];       /* just a string array containing the location */
+       char *aop_str[5];       /* just a string array containing the location */
       }
     aopu;
   }