From e65da0deb85e207c3888a3cd45d17bf6fc448dd6 Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 28 Mar 2014 13:51:47 +0000 Subject: [PATCH] Fix mipsel compilation by reinstalling rev27188 commit reverted in 27200 git-svn-id: trunk@27318 - --- compiler/globtype.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/globtype.pas b/compiler/globtype.pas index f8eeece5a9..8948e829c6 100644 --- a/compiler/globtype.pas +++ b/compiler/globtype.pas @@ -290,10 +290,10 @@ interface twpoptimizerswitches = set of twpoptimizerswitch; type - { Used by ARM / AVR to differentiate between specific microcontrollers } + { Used by ARM / AVR / MIPSEL to differentiate between specific microcontrollers } tcontrollerdatatype = record controllertypestr, controllerunitstr: string[20]; - flashbase, flashsize, srambase, sramsize, eeprombase, eepromsize: dword; + flashbase, flashsize, srambase, sramsize, eeprombase, eepromsize, bootbase, bootsize: dword; end; ttargetswitchinfo = record