diff options
Diffstat (limited to 'src/vhdl/simulate')
-rw-r--r-- | src/vhdl/simulate/simul-debugger.adb | 4 |
1 files changed, 2 insertions, 2 deletions
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); |