* don't remove align directives before case jump tables (they have the type alt_addr)

This commit is contained in:
florian 2024-03-31 22:10:58 +02:00
parent 910a70ed0d
commit bf1c674672

View File

@ -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);