From d1f0fedf7882cf1b15ea6450da5bbd878d007a98 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 5 May 2019 06:57:01 +0200 Subject: vhdl: move canon to a vhdl child package. --- src/vhdl/simulate/simul-debugger.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vhdl/simulate') diff --git a/src/vhdl/simulate/simul-debugger.adb b/src/vhdl/simulate/simul-debugger.adb index c43c96df9..10789cb25 100644 --- a/src/vhdl/simulate/simul-debugger.adb +++ b/src/vhdl/simulate/simul-debugger.adb @@ -28,7 +28,7 @@ with Vhdl.Scanner; with Vhdl.Tokens; with Sem_Expr; with Sem_Scopes; -with Canon; +with Vhdl.Canon; with Std_Names; with Libraries; with Std_Package; @@ -1929,7 +1929,7 @@ package body Simul.Debugger is New_Line; Annotate_Expand_Table; - Canon.Canon_Expression (Expr); + Vhdl.Canon.Canon_Expression (Expr); Mark (Marker, Expr_Pool); -- cgit v1.2.3