mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:29:24 +02:00
dwarf-eh: don't emit header if there's no data to emit
This commit is contained in:
parent
1b08b89b7b
commit
c5cdfbd9c0
@ -338,6 +338,8 @@ implementation
|
||||
fdeofslabel, curpos: tasmlabel;
|
||||
tc : tai_const;
|
||||
begin
|
||||
if DwarfList.Empty then
|
||||
exit;
|
||||
CurrentLSDALabel:=nil;
|
||||
case datatype of
|
||||
dt_none:
|
||||
|
Loading…
Reference in New Issue
Block a user