in mips/cpuinfo.pas we have
line 54: abi_032
this is of type
I wanna set it in my i_ps1.pas
system_mipsel_ps1_info.abi to abi_o32 and not abi_default(which i
think make linux abi).
unfortunly in systems.inc is
(which system_mipsel_ps1_info
expects) only abi_default and there is no abi_o32.
wats the difference between the tabi and tabitype?
why are there 2 different types for one thing?
how to set in tabi a tabitype constant?