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 3e868a44a..c257b909d 100644 --- a/src/vhdl/simulate/simul-debugger.adb +++ b/src/vhdl/simulate/simul-debugger.adb @@ -25,7 +25,7 @@ with Str_Table; with Files_Map; with Parse; with Vhdl.Scanner; -with Tokens; +with Vhdl.Tokens; with Sem_Expr; with Sem_Scopes; with Canon; @@ -1869,7 +1869,7 @@ package body Simul.Debugger is procedure Print_Proc (Line : String) is - use Tokens; + use Vhdl.Tokens; Index_Str : String := Natural'Image (Buffer_Index); File : Source_File_Entry; Expr : Iir; |