mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:09:19 +02:00
Fix mipsel compilation by reinstalling rev27188 commit reverted in 27200
git-svn-id: trunk@27318 -
This commit is contained in:
parent
e6c6bdf662
commit
e65da0deb8
@ -290,10 +290,10 @@ interface
|
|||||||
twpoptimizerswitches = set of twpoptimizerswitch;
|
twpoptimizerswitches = set of twpoptimizerswitch;
|
||||||
|
|
||||||
type
|
type
|
||||||
{ Used by ARM / AVR to differentiate between specific microcontrollers }
|
{ Used by ARM / AVR / MIPSEL to differentiate between specific microcontrollers }
|
||||||
tcontrollerdatatype = record
|
tcontrollerdatatype = record
|
||||||
controllertypestr, controllerunitstr: string[20];
|
controllertypestr, controllerunitstr: string[20];
|
||||||
flashbase, flashsize, srambase, sramsize, eeprombase, eepromsize: dword;
|
flashbase, flashsize, srambase, sramsize, eeprombase, eepromsize, bootbase, bootsize: dword;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
ttargetswitchinfo = record
|
ttargetswitchinfo = record
|
||||||
|
Loading…
Reference in New Issue
Block a user