瀏覽代碼

* cleanup

git-svn-id: branches/debug_eh@41309 -
florian 6 年之前
父節點
當前提交
a91f009b7e
共有 1 個文件被更改,包括 0 次插入5 次删除
  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);
 {$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