[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] PUSH_SP



=?ISO-8859-1?Q?Vincent_Rivi=E8re?= wrote:

> > Though the output never contains asm_misc.h the macro is correctly inse=
> rted.
> > I just don't understand why it works (using gcc4).
>
> This is because the same macro is present in the MiNTLib's <compiler.h>,=20
> which is included from mint/kcompiler.h.

I did not update that for years, so I did not look. At least now I know gcc4 is not broken ;)

> You may add the following:
> #include mint/asm.h
>
> into:
> sys/module.c
> sys/xdd/mfp/mfp.c
>
> And maybe something similar into:
> xaaes/src.km/adiload.c
> xaaes/src.km/draw_obj.c

Already done in xaaes and sys in my branch, will do it for all.


-Helmut