Mercurial > hg > CbC > old > device
diff mc-code-ia32.c @ 136:069960078249
remove redundant funcall argument for prototyped code in PowerPC case.
author | kono |
---|---|
date | Sun, 04 May 2003 15:10:41 +0900 |
parents | 7d436c08e949 |
children | 9fb09db54436 |
line wrap: on
line diff
--- a/mc-code-ia32.c Sun May 04 10:30:52 2003 +0900 +++ b/mc-code-ia32.c Sun May 04 15:10:41 2003 +0900 @@ -937,7 +937,9 @@ int e2,e3,e4,nargs,t,ret_type; NMTBL *n=0; int save,saved; - ret_type = cadddr(e1); + ret_type = cadr(cadddr(e1)); + if (ret_type==CHAR) ret_type=INT; + #ifdef SAVE_STACKS code_save_stacks(); #endif