diff options
author | Jun FURUSE / 古瀬 淳 <jun.furuse@gmail.com> | 2004-06-18 05:04:14 +0000 |
---|---|---|
committer | Jun FURUSE / 古瀬 淳 <jun.furuse@gmail.com> | 2004-06-18 05:04:14 +0000 |
commit | 5e1bf20850aaa9b1ceb86a971848609ee9e84c47 (patch) | |
tree | f3a6e5b5c38263fe527e6275ff95425f12637226 /byterun/instrtrace.h | |
parent | 8ec769214e067da9ee8b33d05f4ef275e9269dd5 (diff) | |
download | ocaml-gcaml.tar.gz |
port to the latest ocaml (2004/06/18)gcaml
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/gcaml@6419 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/instrtrace.h')
-rw-r--r-- | byterun/instrtrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/instrtrace.h b/byterun/instrtrace.h index 6b899766b0..9df4a62352 100644 --- a/byterun/instrtrace.h +++ b/byterun/instrtrace.h @@ -26,6 +26,6 @@ extern int caml_trace_flag; extern long caml_icount; void caml_stop_here (void); void caml_disasm_instr (code_t pc); - - +void caml_trace_value_file (value v, code_t prog, int proglen, FILE * f); +void caml_trace_accu_sp_file(value accu, value * sp, code_t prog, int proglen, FILE * f); #endif |