mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:48:14 +02:00
* don't remove align directives before case jump tables (they have the type alt_addr)
This commit is contained in:
parent
910a70ed0d
commit
bf1c674672
@ -1934,7 +1934,7 @@ Unit AoptObj;
|
||||
repeat
|
||||
with tai_label(tmp).labsym do
|
||||
begin
|
||||
if (labeltype <> alt_jump) then
|
||||
if not(labeltype in [alt_addr,alt_jump]) then
|
||||
begin
|
||||
{ Non-jump label - skip over }
|
||||
tmp := tai(tmp.Next);
|
||||
|
Loading…
Reference in New Issue
Block a user