> ? MIPS has two pointer sizes, but a given compilation (gcc > invocation) uses only one of them, it comes from the chosen ABI.
You can still override it with __attribute__((mode(SI))) or __attribute__((mode(DI))) for some configurations.
> ? MIPS has two pointer sizes, but a given compilation (gcc > invocation) uses only one of them, it comes from the chosen ABI.
You can still override it with __attribute__((mode(SI))) or __attribute__((mode(DI))) for some configurations.