Mercurial > hg > CbC > old > device
diff mc-inline.c @ 715:83e18db76c96
architecture depenedent argument alignment
author | kono |
---|---|
date | Wed, 14 Nov 2007 19:36:55 +0900 |
parents | 88e364604533 |
children | c14a1426cfed |
line wrap: on
line diff
--- a/mc-inline.c Sun Nov 11 20:11:35 2007 +0900 +++ b/mc-inline.c Wed Nov 14 19:36:55 2007 +0900 @@ -227,7 +227,10 @@ genswitch(cslist,cslabel); } else if (!cslist) { if(dlabel) df_label(cslabel,dlabel); - else fwddef(cslabel); + else { + fwddef(cslabel); + } + cslist= 1; } #else if (!(cst && cslist)) {