From: johanknol Date: Wed, 23 Aug 2000 17:33:11 +0000 (+0000) Subject: let's be more specific X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=94a820a17a5a1ec48cf6733105a835d8832bb829;p=fw%2Fsdcc let's be more specific git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@336 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/ds390/gen.c b/src/ds390/gen.c index 4386eb0f..59fb5f7d 100644 --- a/src/ds390/gen.c +++ b/src/ds390/gen.c @@ -2762,7 +2762,7 @@ static void adjustArithmeticResult(iCode *ic) { \ /* werror(E_INTERNAL_ERROR,__FILE__,__LINE__, */ \ fprintf(stderr, \ - "Ack: three operands in far space!\n"); \ + "Ack: three operands in far space! (%s:%d %s:%d)\n", __FILE__, __LINE__, ic->filename, ic->lineno); \ } #define AOP_SET_LOCALS(ic) \