Interrupt context registers WSAVE and SSAVE were not getting allocated.
[fw/sdcc] / src / pic / main.c
index ea9dbad90cedb0ad2e10970337466acc3b9f4420..61485148ae29afc66af81a7498eb613555a4022e 100644 (file)
@@ -240,6 +240,7 @@ _pic14_genAssemblerPreamble (FILE * of)
 
   fprintf (of, "\tlist\tp=%s\n",&name[1]);
   fprintf (of, "\t__CONFIG 0x%x\n",getConfigWord(0x2007));
+  fprintf (of, "\tradix dec");
   fprintf (of, "\ninclude \"%s.inc\"\n",name);
 }