瀏覽代碼

* reverts accidentally changed identifier spelling

git-svn-id: branches/debug_eh@41305 -
florian 6 年之前
父節點
當前提交
dcf9744f12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/psub.pas

+ 1 - 1
compiler/psub.pas

@@ -1162,7 +1162,7 @@ implementation
              ((cs_implicit_exceptions in current_settings.moduleswitches) and
               (pi_needs_implicit_finally in flags))) or
              (pi_has_except_table_data in flags) then
-           procdef.personality:=search_system_proc('_fpc_psabieh_personality_v0');
+           procdef.personality:=search_system_proc('_FPC_PSABIEH_PERSONALITY_V0');
          if (tf_use_psabieh in target_info.flags) and not(pi_has_except_table_data in flags) then
            (current_asmdata.AsmCFI as TDwarfAsmCFI).LSDALabel:=nil;
       end;