Some fixes

This commit is contained in:
ceriel
1996-11-19 09:12:36 +00:00
parent d0587ef3ab
commit 322c1c1b4c
2 changed files with 10 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ CodeString(nd)
{
if (nd->nd_type->tp_fund != T_STRING) {
/* Character constant */
C_loc(nd->nd_INT);
CodeConst(nd->nd_INT, nd->nd_type->tp_size);
return;
}
C_df_dlb(++data_label);