aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Debug.mli
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Debug.mli')
-rw-r--r--debug/Debug.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/Debug.mli b/debug/Debug.mli
index 5ef1e7f5..c5fcddb3 100644
--- a/debug/Debug.mli
+++ b/debug/Debug.mli
@@ -42,6 +42,7 @@ type implem =
mutable stack_variable: atom -> int * int builtin_arg -> unit;
mutable function_end: atom -> positive -> unit;
mutable add_label: atom -> positive -> int -> unit;
+ mutable atom_parameter: ident -> ident -> atom -> unit;
}
val implem: implem
@@ -68,3 +69,4 @@ val stack_variable: atom -> int * int builtin_arg -> unit
val function_end: atom -> positive -> unit
val add_label: atom -> positive -> int -> unit
val generate_debug_info: unit -> (dw_entry * dw_locations) option
+val atom_parameter: ident -> ident -> atom -> unit