Fix TARGET_IS_PIC error
authorjbess <jbess@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 5 Mar 2001 23:38:14 +0000 (23:38 +0000)
committerjbess <jbess@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 5 Mar 2001 23:38:14 +0000 (23:38 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@670 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCmain.c

index 6490748a2da8a2ac11b347e7c69a2126dae23ed5..62fb47392b3baf01a8e9f653e72e9d2ddcc92e83 100644 (file)
@@ -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