mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 12:29:32 +02:00
* fixed compilation for CPU16BITADDR
git-svn-id: branches/debug_eh@42120 -
This commit is contained in:
parent
a0e35fd1bc
commit
c2124e8c9a
@ -447,7 +447,7 @@ implementation
|
||||
gcc_except_table_data.concat(tai_const.create_8bit(DW_EH_PE_udata8));
|
||||
{$elseif defined(CPU32BITADDR)}
|
||||
gcc_except_table_data.concat(tai_const.create_8bit(DW_EH_PE_udata4));
|
||||
{$elseif defined(CPU16BITADDR}
|
||||
{$elseif defined(CPU16BITADDR)}
|
||||
gcc_except_table_data.concat(tai_const.create_8bit(DW_EH_PE_udata2));
|
||||
{$endif}
|
||||
current_asmdata.getlabel(typefilterlistlabel,alt_data);
|
||||
|
Loading…
Reference in New Issue
Block a user