diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/psl/psl-rewrites.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/psl/psl-rewrites.adb b/src/psl/psl-rewrites.adb index 35bce015d..33c41697f 100644 --- a/src/psl/psl-rewrites.adb +++ b/src/psl/psl-rewrites.adb @@ -588,6 +588,9 @@ package body PSL.Rewrites is when N_Property_Instance => Rewrite_Instance (N); return N; + when N_Paren_Prop => + -- Note: discard it. + return Rewrite_Property (Get_Property (N)); when others => Error_Kind ("rewrite_property", N); end case; |