Browse Source

* cleanup

git-svn-id: branches/debug_eh@41309 -
florian 6 years ago
parent
commit
a91f009b7e
1 changed files with 0 additions and 5 deletions
  1. 0 5
      rtl/inc/psabieh.inc

+ 0 - 5
rtl/inc/psabieh.inc

@@ -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);
         writeln('find action record: cs_start: $',hexstr(cs_start,sizeof(cs_start)*2),', len: ',cs_len,', lp: ', cs_lp,' action ofs: ',cs_action);
 {$endif}
 {$endif}
         // The table is sorted, so if we've passed the ip, stop.
         // 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
         if ip<(info.Start+cs_start) then
           p:=info.action_table
           p:=info.action_table
         else if (ip<(info.Start+cs_start+cs_len)) then
         else if (ip<(info.Start+cs_start+cs_len)) then