mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* cleanup
git-svn-id: branches/debug_eh@41309 -
This commit is contained in:
parent
3b77146e1c
commit
a91f009b7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user