From e7c543790d49cada14536af8b4b23eb22d796278 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 2 Sep 2021 07:23:00 +0200 Subject: vhdl,psl: abort is now identical to async_abort. For #1654 --- src/vhdl/vhdl-canon.adb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/vhdl') 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; -- cgit v1.2.3