From: jbess Date: Mon, 5 Mar 2001 23:38:14 +0000 (+0000) Subject: Fix TARGET_IS_PIC error X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=186bf7c7191bc027adff8e8f0893c4d5029bc995;p=fw%2Fsdcc Fix TARGET_IS_PIC error git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@670 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCmain.c b/src/SDCCmain.c index 6490748a..62fb4739 100644 --- a/src/SDCCmain.c +++ b/src/SDCCmain.c @@ -1585,7 +1585,7 @@ main (int argc, char **argv, char **envp) if (!fatalError) { - if (!TARGET_IS_PIC) { + if (TARGET_IS_PIC) { /* TSD PIC port hack - if the PIC port option is enabled and SDCC is used to generate PIC code, then we will generate .asm files in gpasm's format instead of SDCC's