X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fds390%2Fgen.c;h=64b0109a34a77296a46ded98d57eec6e93da9172;hb=90bdb43b342189fcb94a398855d43f3f47f96738;hp=ae25d32950f3694444beb4802b53a59722dfbf11;hpb=20ed1bf1e32f25873529171bdce2e1e603d3f974;p=fw%2Fsdcc diff --git a/src/ds390/gen.c b/src/ds390/gen.c index ae25d329..64b0109a 100644 --- a/src/ds390/gen.c +++ b/src/ds390/gen.c @@ -1662,6 +1662,7 @@ aopGet (operand * oper, /* aopPutUsesAcc - indicates ahead of time whether aopPut() will */ /* clobber the accumulator */ /*-----------------------------------------------------------------*/ +#if 0 static bool aopPutUsesAcc (operand * oper, const char *s, int offset) { @@ -1700,6 +1701,7 @@ aopPutUsesAcc (operand * oper, const char *s, int offset) return FALSE; } } +#endif /*-----------------------------------------------------------------*/ /* aopPut - puts a string for a aop and indicates if acc is in use */