]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/romp/romp.h
*** empty log message ***
[gcc.git] / gcc / config / romp / romp.h
index 6ec7eee23aedcb4924b1a793fa0fb7e4325eb8b1..3a02bfa0567b84d15defc3a62029f284eef17d42 100644 (file)
@@ -638,7 +638,7 @@ struct rt_cargs {int gregs, fregs; };
 
 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED)                           \
   (! (NAMED) ? 0                                                       \
-   : ((TYPE) != 0 && TREE_CODE (TYPE_CODE (TYPE)) != INTEGER_CST)      \
+   : ((TYPE) != 0 && TREE_CODE (TYPE_SIZE (TYPE)) != INTEGER_CST)      \
    : USE_FP_REG(MODE,CUM) ? gen_rtx(REG, (MODE),(CUM.fregs) + 17)      \
    : (CUM).gregs < 4 ? gen_rtx(REG, (MODE), 2 + (CUM).gregs) : 0)
 
This page took 0.026485 seconds and 5 git commands to generate.