diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-02-10 18:24:03 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-02-10 18:28:42 +0100 |
commit | 01d0c060bb056b8b120cb9ce2e927aa76ad1b567 (patch) | |
tree | 2d96ca2cd7dcce110ee22ee1861c7d1685b697a1 /src/grt/grt-images.adb | |
parent | 7957698f300c2ad7ee33c4d43ad80ba3ecfe8253 (diff) | |
download | ghdl-01d0c060bb056b8b120cb9ce2e927aa76ad1b567.tar.gz ghdl-01d0c060bb056b8b120cb9ce2e927aa76ad1b567.tar.bz2 ghdl-01d0c060bb056b8b120cb9ce2e927aa76ad1b567.zip |
grt: split grt-errors, disp current process.
Diffstat (limited to 'src/grt/grt-images.adb')
-rw-r--r-- | src/grt/grt-images.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-images.adb b/src/grt/grt-images.adb index d048b195d..f0c2d8392 100644 --- a/src/grt/grt-images.adb +++ b/src/grt/grt-images.adb @@ -27,6 +27,7 @@ with Ada.Unchecked_Conversion; with Grt.Rtis_Utils; use Grt.Rtis_Utils; with Grt.Processes; use Grt.Processes; with Grt.Errors; use Grt.Errors; +with Grt.Errors_Exec; use Grt.Errors_Exec; with Grt.To_Strings; use Grt.To_Strings; package body Grt.Images is |