diff options
Diffstat (limited to 'translate/ghdldrv/ghdllocal.adb')
-rw-r--r-- | translate/ghdldrv/ghdllocal.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdllocal.adb b/translate/ghdldrv/ghdllocal.adb index 7f6149a38..11da68399 100644 --- a/translate/ghdldrv/ghdllocal.adb +++ b/translate/ghdldrv/ghdllocal.adb @@ -555,6 +555,7 @@ package body Ghdllocal is exception when Errorout.Compilation_Error => Error ("importation has failed due to compilation error"); + raise; end Perform_Action; -- Command Check_Syntax. |