diff options
Diffstat (limited to 'dist/mcode/windows/grt-modules.adb')
-rw-r--r-- | dist/mcode/windows/grt-modules.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/mcode/windows/grt-modules.adb b/dist/mcode/windows/grt-modules.adb index 35b27c345..de5eb79b8 100644 --- a/dist/mcode/windows/grt-modules.adb +++ b/dist/mcode/windows/grt-modules.adb @@ -22,6 +22,7 @@ with Grt.Waves; with Grt.Vital_Annotate; with Grt.Disp_Tree; with Grt.Disp_Rti; +with Grt.Backtraces; package body Grt.Modules is procedure Register_Modules is @@ -33,5 +34,6 @@ package body Grt.Modules is Grt.Vpi.Register; Grt.Vital_Annotate.Register; Grt.Disp_Rti.Register; + Grt.Backtraces.Register; end Register_Modules; end Grt.Modules; |