From 08c311af769c2e17b07e858c3682476b6066e8aa Mon Sep 17 00:00:00 2001 From: kvigor Date: Sun, 11 Nov 2001 00:43:31 +0000 Subject: [PATCH] we sometimes use five elements of aop_str git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1562 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/ds390/gen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ds390/gen.h b/src/ds390/gen.h index 0a470a33..d238ca9b 100644 --- a/src/ds390/gen.h +++ b/src/ds390/gen.h @@ -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; } -- 2.30.2