aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-debugger.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-22 19:04:32 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-22 19:04:32 +0100
commit364fc00fc4a4021258704ab5dd4f9390ba91cd37 (patch)
tree510080edf5ac01376fd8e312275dc89ebd9b0f7b /src/synth/synth-debugger.adb
parentafc6c3378460fc07e0e2d04007fab63acc2290e3 (diff)
downloadghdl-364fc00fc4a4021258704ab5dd4f9390ba91cd37.tar.gz
ghdl-364fc00fc4a4021258704ab5dd4f9390ba91cd37.tar.bz2
ghdl-364fc00fc4a4021258704ab5dd4f9390ba91cd37.zip
synth: add debug_error.
Diffstat (limited to 'src/synth/synth-debugger.adb')
-rw-r--r--src/synth/synth-debugger.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/synth-debugger.adb b/src/synth/synth-debugger.adb
index cd1b16c70..e5746ba75 100644
--- a/src/synth/synth-debugger.adb
+++ b/src/synth/synth-debugger.adb
@@ -30,4 +30,9 @@ package body Synth.Debugger is
begin
raise Internal_Error;
end Debug_Break;
+
+ procedure Debug_Error (Inst : Synth_Instance_Acc; Expr : Node) is
+ begin
+ null;
+ end Debug_Error;
end Synth.Debugger;