* cleanup

git-svn-id: branches/debug_eh@41309 -
This commit is contained in:
florian 2019-02-11 20:33:50 +00:00
parent 3b77146e1c
commit a91f009b7e

View File

@ -570,11 +570,6 @@ function FPC_psabieh_find_action_record(const info: FPC_psabieh_lsda_header_info
writeln('find action record: cs_start: $',hexstr(cs_start,sizeof(cs_start)*2),', len: ',cs_len,', lp: ', cs_lp,' action ofs: ',cs_action);
{$endif}
// The table is sorted, so if we've passed the ip, stop.
{$ifdef dummy}
{ if ip<(info.Start+cs_start) then
p:=info.action_table
else } if (ip>=(info.Start+cs_start)) and (ip<(info.Start+cs_start+cs_len)) then
{$endif dummy}
if ip<(info.Start+cs_start) then
p:=info.action_table
else if (ip<(info.Start+cs_start+cs_len)) then