* configure.in, configure: have device/lib/pic configured
[fw/sdcc] / src / pic / main.c
index 7ff316565e1eebe43d8effb9f3952269c232ebda..d2244b3c29529e836c9df151946a37cfe5bfb097 100644 (file)
@@ -314,7 +314,13 @@ value *val;
                return FALSE;
        }
        
-       return TRUE;
+       /* multiply chars in-place */
+       if (getSize(left) == 1 && getSize(right) == 1)
+               return TRUE;
+       
+       /* use library functions for more complex maths */
+       return FALSE;
+
        /*
        if ( IS_LITERAL (left))
        {