*** empty log message ***
[fw/sdcc] / src / SDCCmain.c
index b3974b9fbb5eed3df5b2a65fb27a745aaa39945b..00e648de70d1a86936e3d021eceecfa57fe9f6fb 100644 (file)
@@ -289,12 +289,12 @@ static PORT *_ports[] =
 #if !OPT_DISABLE_DS390
   &ds390_port,
 #endif
-#if !OPT_DISABLE_PIC
-  &pic_port,
-#endif
 #if !OPT_DISABLE_PIC16
   &pic16_port,
 #endif
+#if !OPT_DISABLE_PIC
+  &pic_port,
+#endif
 #if !OPT_DISABLE_TININative
   &tininative_port,
 #endif