diff options
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/vhdl-canon.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb index a9efeb457..9e3dea60e 100644 --- a/src/vhdl/vhdl-canon.adb +++ b/src/vhdl/vhdl-canon.adb @@ -1744,11 +1744,10 @@ package body Vhdl.Canon is -- Generate the NFA. case Get_Kind (Prop) is when N_Async_Abort - | N_Sync_Abort => + | N_Sync_Abort + | N_Abort => Prop := Get_Property (Prop); Set_PSL_Abort_Flag (Stmt, True); - when N_Abort => - null; when others => null; end case; |