diff options
Diffstat (limited to 'src/synth/elab-debugger.adb')
-rw-r--r-- | src/synth/elab-debugger.adb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/elab-debugger.adb b/src/synth/elab-debugger.adb index 9121cc3a9..33629f278 100644 --- a/src/synth/elab-debugger.adb +++ b/src/synth/elab-debugger.adb @@ -24,6 +24,11 @@ package body Elab.Debugger is null; end Debug_Init; + procedure Debug_Elab (Top : Synth_Instance_Acc) is + begin + null; + end Debug_Elab; + procedure Debug_Break (Inst : Synth_Instance_Acc; Stmt : Node) is begin raise Internal_Error; |