* compilation with -Oodfa fixed

git-svn-id: trunk@45234 -
This commit is contained in:
florian 2020-05-03 15:18:08 +00:00
parent 0906714aa4
commit 8d1660893b

View File

@ -65,7 +65,7 @@ unit agcpugas;
'uxtb','uxth','uxtw','uxtx',
'sxtb','sxth','sxtw','sxtx');
const
const
cputype_to_gas_march : array[tcputype] of string = (
'', // cpu_none
'armv8'
@ -292,6 +292,7 @@ unit agcpugas;
if not assigned(list) then
exit;
lastsym:=nil;
tmplist:=nil;
sehlist:=nil;
lastsec:=nil;
@ -303,6 +304,8 @@ unit agcpugas;
handlerdata:=nil;
handlerdataidx:=0;
handlerdatacount:=nil;
handlerflags:=0;
handlername:='';
hp:=tai(list.first);
while assigned(hp) do