Fix comments.
[libfirm] / ir / be / ppc32 / bearch_ppc32.c
index d186452..0bd4af4 100644 (file)
@@ -820,12 +820,13 @@ static const backend_params *ppc32_get_libfirm_params(void) {
        static backend_params p = {
                1,     /* need dword lowering */
                0,     /* don't support inline assembler yet */
-               0,     /* no immediate floating point mode. */
                NULL,  /* will be set later */
                NULL,  /* but yet no creator function */
                NULL,  /* context for create_intrinsic_fkt */
                NULL,  /* no if conversion settings */
-               NULL   /* no immediate fp mode */
+               0,     /* no trampoline support: size 0 */
+               0,     /* no trampoline support: align 0 */
+               NULL   /* no trampoline support: no trampoline builder */
        };
 
        return &p;