Recent

Author Topic: [SOLVED] tabitype and tabi, diffenence?  (Read 837 times)

Key-Real

  • Sr. Member
  • ****
  • Posts: 389
[SOLVED] tabitype and tabi, diffenence?
« on: June 04, 2024, 08:58:37 am »
in mips/cpuinfo.pas we have
line 54: abi_032
this is of type
Code: Pascal  [Select][+][-]
  1. tabitype
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
Code: Pascal  [Select][+][-]
  1. tabi
(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?
« Last Edit: July 10, 2024, 09:21:46 am by Key-Real »

PascalDragon

  • Hero Member
  • *****
  • Posts: 6039
  • Compiler Developer
Re: tabitype and tabi, diffenence?
« Reply #1 on: June 04, 2024, 11:48:43 pm »
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?

I'd say that it's an historic artifact considering that it wasn't really hooked up to be changed. I've now folded the tabitype into tabi, so it can be set inside the system information records or using -Ca<abi>.

 

TinyPortal © 2005-2018