* src/pic/glue.h: added pic14aopLiteral prototype
[fw/sdcc] / src / pic / glue.c
index 11a8664dd654fb13c13c80505c085cc7da64ee76..f8f4a24cce6ebe1e4ebac487ccf7225a464d0a30 100644 (file)
@@ -81,7 +81,7 @@ int pic14_hasInterrupt = 0;           // Indicates whether to emit interrupt handler or n
 /*-----------------------------------------------------------------*/
 /* aopLiteral - string from a literal value                        */
 /*-----------------------------------------------------------------*/
-int pic14aopLiteral (value *val, int offset)
+unsigned int pic14aopLiteral (value *val, int offset)
 {
        union {
                float f;