* better naming of CPU flag strings

git-svn-id: trunk@22055 -
This commit is contained in:
florian 2012-08-09 20:32:18 +00:00
parent 1c2ed53735
commit aadf6da14f

View File

@ -188,19 +188,19 @@ Const
{ no need to write info about those }
[cs_opt_level1,cs_opt_level2,cs_opt_level3]+
[cs_opt_regvar,cs_opt_loopunroll,cs_opt_tailrecursion,
cs_opt_stackframe,cs_opt_nodecse,cs_opt_reorder_fields,cs_opt_fastmath];
cpuflagsstr : array[tcpuflags] of string[20] =
('AVR_HAS_JMP_CALL',
'AVR_HAS_MOVW',
'AVR_HAS_LPMX',
'AVR_HAS_MUL',
'AVR_HAS_RAMPZ',
'AVR_HAS_ELPM',
'AVR_HAS_ELPMX',
'AVR_2_BYTE_PC',
'AVR_3_BYTE_PC'
);
cs_opt_stackframe,cs_opt_nodecse,cs_opt_reorder_fields,cs_opt_fastmath];
cpuflagsstr : array[tcpuflags] of string[20] =
('CPUAVR_HAS_JMP_CALL',
'CPUAVR_HAS_MOVW',
'CPUAVR_HAS_LPMX',
'CPUAVR_HAS_MUL',
'CPUAVR_HAS_RAMPZ',
'CPUAVR_HAS_ELPM',
'CPUAVR_HAS_ELPMX',
'CPUAVR_2_BYTE_PC',
'CPUAVR_3_BYTE_PC'
);
level1optimizerswitches = genericlevel1optimizerswitches;
level2optimizerswitches = genericlevel2optimizerswitches + level1optimizerswitches +