mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-01 21:46:10 +02:00
* reverts accidentally changed identifier spelling
git-svn-id: branches/debug_eh@41305 -
This commit is contained in:
parent
6817cea33b
commit
dcf9744f12
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user